aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDrake Wilson2011-03-02 23:00:23 -0800
committerGlenn Morris2011-03-02 23:00:23 -0800
commit0b973fc594aa04c4a22aa1aee7bc8b5c4f74c93f (patch)
tree23d0a55326d7bfb257d72757ee726a1d636911ba /doc
parenta915d7a1e55a887ff5bd628369ca9f2c3b2fa367 (diff)
downloademacs-0b973fc594aa04c4a22aa1aee7bc8b5c4f74c93f.tar.gz
emacs-0b973fc594aa04c4a22aa1aee7bc8b5c4f74c93f.zip
Add --quiet option for emacsclient (bug#663) (tiny change)
* lib-src/emacsclient.c (longopts): Add quiet. (decode_options): Handle q/quiet. (print_help_and_exit): Add q/quiet. (main): Suppress some messages if quiet option is used. * doc/emacs/misc.texi (emacsclient Options): Add q/quiet.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/misc.texi5
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 5481e7f51dc..dc43450110f 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
2
3 * misc.texi (emacsclient Options): Add q/quiet.
4
12011-03-02 Glenn Morris <rgm@gnu.org> 52011-03-02 Glenn Morris <rgm@gnu.org>
2 6
3 * mule.texi (Communication Coding) <x-select-request-type>: 7 * mule.texi (Communication Coding) <x-select-request-type>:
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index d7143d1498a..1299895a06e 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -1672,6 +1672,11 @@ all server buffers are finished. You can take as long as you like to
1672edit the server buffers within Emacs, and they are @emph{not} killed 1672edit the server buffers within Emacs, and they are @emph{not} killed
1673when you type @kbd{C-x #} in them. 1673when you type @kbd{C-x #} in them.
1674 1674
1675@item -q
1676@itemx --quiet
1677Do not let @command{emacsclient} display messages about waiting for
1678Emacs or connecting to remote server sockets.
1679
1675@item -s @var{server-name} 1680@item -s @var{server-name}
1676@itemx --socket-name=@var{server-name} 1681@itemx --socket-name=@var{server-name}
1677Connect to the Emacs server named @var{server-name}. The server name 1682Connect to the Emacs server named @var{server-name}. The server name