diff options
author | Karl Berry <karl@gnu.org> | 2008-01-25 00:58:40 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 2008-01-25 00:58:40 +0000 |
commit | 2bc439803ecbf40814ca67c5b496f257c2be239f (patch) | |
tree | fb2dd44171d00e759a8b3e7406b25fca97cc0373 | |
parent | 484ea0b6c9e54a6e58bbf240bd723161c4d6d4cf (diff) | |
download | emacs-2bc439803ecbf40814ca67c5b496f257c2be239f.tar.gz emacs-2bc439803ecbf40814ca67c5b496f257c2be239f.tar.bz2 emacs-2bc439803ecbf40814ca67c5b496f257c2be239f.zip |
consistently mention command keys in section names
-rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
-rw-r--r-- | doc/misc/info.texi | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 47e521f537c..b8cb040f322 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,9 @@ +2008-01-24 Karl Berry <karl@gnu.org> + + * info.texi (Search Index), + (Search Text): mention the command character in the section name, + a la the (Go to node) node. + 2008-01-21 Michael Albinus <michael.albinus@gmx.de> * dbus.texi (Errors and Events): New macro dbus-ignore-errors. diff --git a/doc/misc/info.texi b/doc/misc/info.texi index cad33e79bcc..89229d61cd7 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi @@ -970,7 +970,7 @@ an actual @samp{?} character, the simplest way is to insert it using @node Search Text, Search Index, , Advanced @comment node-name, next, previous, up -@section How to search Info documents +@section @kbd{s} searches Info documents @cindex searching Info documents @cindex Info document as a reference @@ -1018,7 +1018,7 @@ by setting the variable @code{Info-isearch-search} to @code{nil} @node Search Index, Go to node, Search Text, Advanced @comment node-name, next, previous, up -@section How to search the indices for specific subjects +@section @kbd{i} searches the indices for specific subjects @cindex searching Info indices @kindex i @r{(Info mode)} |