diff options
| author | Richard M. Stallman | 2005-03-29 18:19:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-29 18:19:00 +0000 |
| commit | 4f256c8ee13406f1de7b74bae6524ee6a3171b19 (patch) | |
| tree | c7f7b7be3bfde7b3816ef6649144877ba0e7ed5b | |
| parent | f1308a07353ad27c6795ec7b50fbc8b4ca596d4a (diff) | |
| download | emacs-4f256c8ee13406f1de7b74bae6524ee6a3171b19.tar.gz emacs-4f256c8ee13406f1de7b74bae6524ee6a3171b19.zip | |
(Emacs Server): Fix Texinfo usage.
| -rw-r--r-- | man/misc.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/misc.texi b/man/misc.texi index 6181003d694..f1e05cae89c 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -1250,10 +1250,10 @@ kills it if the file name matches the regular expression | |||
| 1250 | @vindex server-name | 1250 | @vindex server-name |
| 1251 | You can run multiple Emacs servers on the same machine by giving | 1251 | You can run multiple Emacs servers on the same machine by giving |
| 1252 | each one a unique ``server name'', using the variable | 1252 | each one a unique ``server name'', using the variable |
| 1253 | @code{server-name}. For example, @kbd{M-x set-variable RET | 1253 | @code{server-name}. For example, @kbd{M-x set-variable @key{RET} |
| 1254 | server-name RET foo RET} sets the server name to @samp{foo}. The | 1254 | server-name @key{RET} foo @key{RET}} sets the server name to |
| 1255 | @code{emacsclient} program can visit a server by name using the | 1255 | @samp{foo}. The @code{emacsclient} program can visit a server by name |
| 1256 | @samp{-s} option. @xref{Invoking emacsclient}. | 1256 | using the @samp{-s} option. @xref{Invoking emacsclient}. |
| 1257 | 1257 | ||
| 1258 | While @code{mail} or another application is waiting for | 1258 | While @code{mail} or another application is waiting for |
| 1259 | @code{emacsclient} to finish, @code{emacsclient} does not read terminal | 1259 | @code{emacsclient} to finish, @code{emacsclient} does not read terminal |