diff options
| author | Chong Yidong | 2011-07-11 21:38:28 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-07-11 21:38:28 -0400 |
| commit | fdeb32ec4716f7023469dd68a18b514293dbdfb3 (patch) | |
| tree | e47a63ebb0eec451407531b2b9c2b72cedafb2f1 /doc/man | |
| parent | c8618a0615fc9ed25c04c10c6a4e73d189734fe7 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/emacsclient.1 | 3 |
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 @@ | |||
| 1 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * emacsclient.1: Document exit status. | ||
| 4 | |||
| 1 | 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at> | 5 | 2011-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 |
| 89 | print this usage information message and exit | 89 | print this usage information message and exit |
| 90 | .SH "EXIT STATUS" | ||
| 91 | Normally, the exit status is 0. If emacsclient shuts down due to | ||
| 92 | Emacs signaling an error, the exit status is 1. | ||
| 90 | .SH "SEE ALSO" | 93 | .SH "SEE ALSO" |
| 91 | The program is documented fully in | 94 | The program is documented fully in |
| 92 | .IR "Using Emacs as a Server" | 95 | .IR "Using Emacs as a Server" |