emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/help.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/help.texi,v
Date: Wed, 16 Aug 2006 05:12:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/08/16 05:12:46

Index: help.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/help.texi,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- help.texi   2 Aug 2006 01:43:29 -0000       1.51
+++ help.texi   16 Aug 2006 05:12:46 -0000      1.52
@@ -74,9 +74,9 @@
 * Key Help::           Asking what a key does in Emacs.
 * Name Help::          Asking about a command, variable or function name.
 * Apropos::            Asking what pertains to a given topic.
+* Help Mode::           Special features of Help mode and Help buffers.
 * Library Keywords::   Finding Lisp libraries by keywords (topics).
 * Language Help::       Help relating to international language support.
-* Help Mode::           Special features of Help mode and Help buffers.
 * Misc Help::          Other help commands.
 * Help Files::          Commands to display pre-written help files.
 * Help Echo::           Help on active text and tooltips (`balloon help')
@@ -390,6 +390,62 @@
 the variable @code{apropos-documentation-sort-by-scores} is
 @code{nil}, apropos lists the symbols found in alphabetical order.
 
address@hidden Help Mode
address@hidden Help Mode Commands
+
+  Help buffers provide the same commands as View mode (@pxref{Misc File
+Ops}), plus a few special commands of their own.
+
address@hidden @kbd
address@hidden @key{SPC}
+Scroll forward.
address@hidden @key{DEL}
+Scroll backward.
address@hidden @key{RET}
+Follow a cross reference at point.
address@hidden @key{TAB}
+Move point forward to the next cross reference.
address@hidden address@hidden
+Move point back to the previous cross reference.
address@hidden Mouse-1
address@hidden Mouse-2
+Follow a cross reference that you click on.
address@hidden C-c C-c
+Show all documentation about the symbol at point.
address@hidden table
+
+  When a function name (@pxref{M-x,, Running Commands by Name}),
+variable name (@pxref{Variables}), or face name (@pxref{Faces})
+appears in the documentation, it normally appears inside paired
+single-quotes.  To view the documentation of that command, variable or
+face, you can click on the name with @kbd{Mouse-1} or @kbd{Mouse-2},
+or move point there and type @key{RET}.  Use @kbd{C-c C-b} to retrace
+your steps.
+
address@hidden URL, viewing in help
address@hidden help, viewing web pages
address@hidden viewing web pages in help
address@hidden web pages, viewing in help
address@hidden browse-url
+  You can follow cross references to URLs (web pages) also.  This uses
+the @code{browse-url} command to view the page in the browser you
+choose.  @xref{Browse-URL}.
+
address@hidden @key{TAB} @r{(Help mode)}
address@hidden help-next-ref
address@hidden address@hidden @r{(Help mode)}
address@hidden help-previous-ref
+  There are convenient commands to move point to cross references in
+the help text.  @key{TAB} (@code{help-next-ref}) moves point down to
+the next cross reference.  @address@hidden moves up to the previous
+cross reference (@code{help-previous-ref}).
+
+  To view all documentation about any symbol name that appears in the
+text, move point to the symbol name and type @kbd{C-c C-c}
+(@code{help-follow-symbol}).  This shows all available documentation
+about the symbol as a variable, function and/or face.  As above, use
address@hidden C-b} to retrace your steps.
+
 @node Library Keywords
 @section Keyword Search for Lisp Libraries
 
@@ -460,62 +516,6 @@
 coding systems---either a specified coding system, or the ones
 currently in use.  @xref{Coding Systems}.
 
address@hidden Help Mode
address@hidden Help Mode Commands
-
-  Help buffers provide the same commands as View mode (@pxref{Misc File
-Ops}), plus a few special commands of their own.
-
address@hidden @kbd
address@hidden @key{SPC}
-Scroll forward.
address@hidden @key{DEL}
-Scroll backward.
address@hidden @key{RET}
-Follow a cross reference at point.
address@hidden @key{TAB}
-Move point forward to the next cross reference.
address@hidden address@hidden
-Move point back to the previous cross reference.
address@hidden Mouse-1
address@hidden Mouse-2
-Follow a cross reference that you click on.
address@hidden C-c C-c
-Show all documentation about the symbol at point.
address@hidden table
-
-  When a function name (@pxref{M-x,, Running Commands by Name}),
-variable name (@pxref{Variables}), or face name (@pxref{Faces})
-appears in the documentation, it normally appears inside paired
-single-quotes.  To view the documentation of that command, variable or
-face, you can click on the name with @kbd{Mouse-1} or @kbd{Mouse-2},
-or move point there and type @key{RET}.  Use @kbd{C-c C-b} to retrace
-your steps.
-
address@hidden URL, viewing in help
address@hidden help, viewing web pages
address@hidden viewing web pages in help
address@hidden web pages, viewing in help
address@hidden browse-url
-  You can follow cross references to URLs (web pages) also.  This uses
-the @code{browse-url} command to view the page in the browser you
-choose.  @xref{Browse-URL}.
-
address@hidden @key{TAB} @r{(Help mode)}
address@hidden help-next-ref
address@hidden address@hidden @r{(Help mode)}
address@hidden help-previous-ref
-  There are convenient commands to move point to cross references in
-the help text.  @key{TAB} (@code{help-next-ref}) moves point down to
-the next cross reference.  @address@hidden moves up to the previous
-cross reference (@code{help-previous-ref}).
-
-  To view all documentation about any symbol name that appears in the
-text, move point to the symbol name and type @kbd{C-c C-c}
-(@code{help-follow-symbol}).  This shows all available documentation
-about the symbol as a variable, function and/or face.  As above, use
address@hidden C-b} to retrace your steps.
-
 @node Misc Help
 @section Other Help Commands
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]