diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-08-02 00:15:13 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-08-02 00:15:13 +0200 |
commit | 10dba8a1b8cb647d6adc1e4894ccc65f46435ee3 (patch) | |
tree | 2142a83c723fd0d6623417406460126d78a61db2 /doc/man | |
parent | 51cf2eb5c981b7e05a3329564753bcb61e4d5b07 (diff) | |
download | emacs-10dba8a1b8cb647d6adc1e4894ccc65f46435ee3.tar.gz emacs-10dba8a1b8cb647d6adc1e4894ccc65f46435ee3.tar.bz2 emacs-10dba8a1b8cb647d6adc1e4894ccc65f46435ee3.zip |
Document that --eval makes emacsclient ignore -n
* doc/man/emacsclient.1: Mention that -n is ignored if --eval is
given (bug#20524).
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/emacsclient.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1 index 24ca1c9a468..3bdaafbfc54 100644 --- a/doc/man/emacsclient.1 +++ b/doc/man/emacsclient.1 @@ -88,6 +88,7 @@ This can also be specified via the EMACS_SERVER_FILE environment variable. .B \-n, \-\-no-wait returns immediately without waiting for you to "finish" the buffer in Emacs. +If combined with --eval, this option is ignored. .TP .B \-nw, \-t, \-\-tty open a new Emacs frame on the current terminal |