summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJesper Harder <harder@ifa.au.dk>2004-06-20 14:29:25 +0000
committerJesper Harder <harder@ifa.au.dk>2004-06-20 14:29:25 +0000
commit5627dc4fdc9640e912b4f81ecd190dd014d0c1ff (patch)
tree799332b82a52e162de1562bdf407eeafeb59d489 /man
parent1fb932361e104fd829f5312cdc19ac142a665e6b (diff)
downloademacs-5627dc4fdc9640e912b4f81ecd190dd014d0c1ff.tar.gz
(Info Lookup): Fix keybinding for
info-lookup-symbol.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog5
-rw-r--r--man/programs.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index d4964b455f6..8e1c8b59d8d 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -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):
diff --git a/man/programs.texi b/man/programs.texi
index 9c081a7315b..e19c8364f2b 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1061,9 +1061,9 @@ use in your program.
@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.