diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-07-11 21:38:28 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-07-11 21:38:28 -0400 |
commit | fdeb32ec4716f7023469dd68a18b514293dbdfb3 (patch) | |
tree | e47a63ebb0eec451407531b2b9c2b72cedafb2f1 /doc/man/emacsclient.1 | |
parent | c8618a0615fc9ed25c04c10c6a4e73d189734fe7 (diff) | |
download | emacs-fdeb32ec4716f7023469dd68a18b514293dbdfb3.tar.gz emacs-fdeb32ec4716f7023469dd68a18b514293dbdfb3.tar.bz2 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/emacsclient.1')
-rw-r--r-- | doc/man/emacsclient.1 | 3 |
1 files changed, 3 insertions, 0 deletions
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 .TP .B \-H, \-\-help print this usage information message and exit +.SH "EXIT STATUS" +Normally, the exit status is 0. If emacsclient shuts down due to +Emacs signaling an error, the exit status is 1. .SH "SEE ALSO" The program is documented fully in .IR "Using Emacs as a Server" |