Mercurial > emacs
changeset 56164:f5e9166d3954
(Info Lookup): Fix keybinding for
info-lookup-symbol.
author | Jesper Harder <harder@ifa.au.dk> |
---|---|
date | Sun, 20 Jun 2004 14:29:25 +0000 |
parents | 4707c2a46b0f |
children | 920d5b4fe0a2 |
files | man/ChangeLog man/programs.texi |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Sat Jun 19 16:11:02 2004 +0000 +++ b/man/ChangeLog Sun Jun 20 14:29:25 2004 +0000 @@ -1,3 +1,8 @@ +2004-06-20 Jesper Harder <harder@ifa.au.dk> + + * programs.texi (Info Lookup): Fix keybinding for + info-lookup-symbol. + 2004-06-16 Juanma Barranquero <lektu@terra.es> * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
--- a/man/programs.texi Sat Jun 19 16:11:02 2004 +0000 +++ b/man/programs.texi Sun Jun 20 14:29:25 2004 +0000 @@ -1061,9 +1061,9 @@ @findex info-lookup-symbol @findex info-lookup-file -@kindex C-h C-i +@kindex C-h S For C, Lisp, and other languages that have documentation in Info, -you can use @kbd{C-h C-i} (@code{info-lookup-symbol}) to view the Info +you can use @kbd{C-h S} (@code{info-lookup-symbol}) to view the Info documentation for a symbol. You specify the symbol with the minibuffer; the default is the symbol appearing in the buffer at point.