]> code.delx.au - gnu-emacs/blobdiff - man/programs.texi
(Retrieving URLs, Retrieving URLs): @var{nil}->@code{nil}.
[gnu-emacs] / man / programs.texi
index 9c081a7315b07ac59498dcb8b5aa758b24f49701..abe0083b39e03702413354f942ba0c435ac66e52 100644 (file)
@@ -31,8 +31,8 @@ Highlight program syntax (@pxref{Font Lock}).
 * Defuns::              Commands to operate on major top-level parts
                           of a program.
 * Program Indent::      Adjusting indentation to show the nesting.
-* Comments::           Inserting, killing, and aligning comments.
 * Parentheses::         Commands that operate on parentheses.
+* Comments::           Inserting, killing, and aligning comments.
 * Documentation::       Getting documentation of functions you plan to call.
 * Hideshow::            Displaying blocks selectively.
 * Symbol Completion::   Completion on symbol names of your program or language.
@@ -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.