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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/help.texi
Date: Mon, 20 Mar 2006 01:25:52 +0000

Index: emacs/man/help.texi
diff -u emacs/man/help.texi:1.46 emacs/man/help.texi:1.47
--- emacs/man/help.texi:1.46    Tue Feb  7 23:54:00 2006
+++ emacs/man/help.texi Mon Mar 20 01:25:52 2006
@@ -482,14 +482,16 @@
 @item Mouse-1
 @itemx Mouse-2
 Follow a cross reference that you click on.
address@hidden C-c C-c
+Show all documentation about the symbol at point.
 @end table
 
-  When a function name (@pxref{M-x,, Running Commands by Name}) or
-variable name (@pxref{Variables}) appears in the documentation, it
-normally appears inside paired single-quotes.  You can click on the
-name with @kbd{Mouse-1} or @kbd{Mouse-2}, or move point there and type
address@hidden, to view the documentation of that command or variable.  Use
address@hidden C-b} to retrace your steps.
+  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.
+You can click on the name with @kbd{Mouse-1} or @kbd{Mouse-2}, or move
+point there and type @key{RET}, to view the documentation of that
+command, variable or face.  Use @kbd{C-c C-b} to retrace your steps.
 
 @cindex URL, viewing in help
 @cindex help, viewing web pages
@@ -510,6 +512,12 @@
 next cross reference.  Use @address@hidden to move point up to the
 previous cross reference (@code{help-previous-ref}).
 
+To view all documentation about a symbol, whether quoted or not, move
+point over the symbol and type @kbd{C-c C-c}
+(@code{help-follow-symbol}).  This shows all available documentation
+about the symbol as a variable, function or face.  Just like for
+quoted cross references, you can use @kbd{C-c 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]