diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 5 |
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 @@ | |||
| 1 | 2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change) | ||
| 2 | |||
| 3 | * misc.texi (emacsclient Options): Add q/quiet. | ||
| 4 | |||
| 1 | 2011-03-02 Glenn Morris <rgm@gnu.org> | 5 | 2011-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 | |||
| 1672 | edit the server buffers within Emacs, and they are @emph{not} killed | 1672 | edit the server buffers within Emacs, and they are @emph{not} killed |
| 1673 | when you type @kbd{C-x #} in them. | 1673 | when you type @kbd{C-x #} in them. |
| 1674 | 1674 | ||
| 1675 | @item -q | ||
| 1676 | @itemx --quiet | ||
| 1677 | Do not let @command{emacsclient} display messages about waiting for | ||
| 1678 | Emacs 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} |
| 1677 | Connect to the Emacs server named @var{server-name}. The server name | 1682 | Connect to the Emacs server named @var{server-name}. The server name |