aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorChong Yidong2011-07-11 21:38:28 -0400
committerChong Yidong2011-07-11 21:38:28 -0400
commitfdeb32ec4716f7023469dd68a18b514293dbdfb3 (patch)
treee47a63ebb0eec451407531b2b9c2b72cedafb2f1 /doc/man
parentc8618a0615fc9ed25c04c10c6a4e73d189734fe7 (diff)
downloademacs-fdeb32ec4716f7023469dd68a18b514293dbdfb3.tar.gz
emacs-fdeb32ec4716f7023469dd68a18b514293dbdfb3.zip
Document several Emacs 24 changes.
* doc/emacs/cmdargs.texi (Initial Options): Document --no-site-lisp. (Misc X): Document --parent-id. * doc/emacs/frames.texi (Frame Commands): Note that focus-follows-mouse now defaults to nil. * doc/emacs/misc.texi (emacsclient Options): Document --parent-id. * doc/emacs/msdog.texi (Windows HOME): Document _emacs as obsolete. * doc/man/emacsclient.1: Document exit status.
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/ChangeLog4
-rw-r--r--doc/man/emacsclient.13
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog
index 88f70e410c8..0735e0593f9 100644
--- a/doc/man/ChangeLog
+++ b/doc/man/ChangeLog
@@ -1,3 +1,7 @@
12011-07-12 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacsclient.1: Document exit status.
4
12011-06-25 Andreas Rottmann <a.rottmann@gmx.at> 52011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2 6
3 * emacsclient.1: Mention --frame-parameters. 7 * emacsclient.1: Mention --frame-parameters.
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1
index 4843053666a..4020b6c0b6a 100644
--- a/doc/man/emacsclient.1
+++ b/doc/man/emacsclient.1
@@ -87,6 +87,9 @@ print version information and exit
87.TP 87.TP
88.B \-H, \-\-help 88.B \-H, \-\-help
89print this usage information message and exit 89print this usage information message and exit
90.SH "EXIT STATUS"
91Normally, the exit status is 0. If emacsclient shuts down due to
92Emacs signaling an error, the exit status is 1.
90.SH "SEE ALSO" 93.SH "SEE ALSO"
91The program is documented fully in 94The program is documented fully in
92.IR "Using Emacs as a Server" 95.IR "Using Emacs as a Server"