From: Eli Zaretskii Date: Sat, 26 Mar 2005 17:27:18 +0000 (+0000) Subject: (Emacs Server): Fix the command for setting server-name. X-Git-Tag: ttn-vms-21-2-B4~1480 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=846d7db22f9a3c43415efa5171f1789318b677a5;p=emacs.git (Emacs Server): Fix the command for setting server-name. Add an xref to Invoking emacsclient. (Help Summary): Clarify when "C-h ." will do something nontrivial. (Apropos): Add cindex entry for apropos-sort-by-scores. --- diff --git a/man/help.texi b/man/help.texi index d3e6f13262d..29c06b499df 100644 --- a/man/help.texi +++ b/man/help.texi @@ -174,7 +174,7 @@ Display the Info documentation on symbol @var{symbol} according to the programming language you are editing (@code{info-lookup-symbol}). @item C-h . Display a help message associated with special text areas, such as -links (@code{display-local-help}). +links in @samp{*Help*} buffers (@code{display-local-help}). @end table @node Key Help @@ -332,6 +332,7 @@ check them. above all behave as if they had been given a prefix argument. @vindex apropos-sort-by-scores +@cindex apropos search results, order by score By default, Apropos lists the search results in alphabetical order. If the variable @code{apropos-sort-by-scores} is non-@code{nil}, Apropos tries to guess the relevance of each result, and displays the diff --git a/man/misc.texi b/man/misc.texi index 56855e1d62c..6b727c8e187 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1251,9 +1251,9 @@ kills it if the file name matches the regular expression You can run multiple Emacs servers on the same machine by giving each one a unique ``server name'', using the variable @code{server-name}. For example, @kbd{M-x set-variable RET -server-name RET foo} sets the server name to @samp{foo}. The +server-name RET foo RET} sets the server name to @samp{foo}. The @code{emacsclient} program can visit a server by name using the -@samp{-s} option. +@samp{-s} option. @xref{Invoking emacsclient}. While @code{mail} or another application is waiting for @code{emacsclient} to finish, @code{emacsclient} does not read terminal