diff options
| -rw-r--r-- | man/help.texi | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/man/help.texi b/man/help.texi index 634dca792f0..84a3656ad57 100644 --- a/man/help.texi +++ b/man/help.texi | |||
| @@ -482,14 +482,16 @@ Move point back to the previous cross reference. | |||
| 482 | @item Mouse-1 | 482 | @item Mouse-1 |
| 483 | @itemx Mouse-2 | 483 | @itemx Mouse-2 |
| 484 | Follow a cross reference that you click on. | 484 | Follow a cross reference that you click on. |
| 485 | @item C-c C-c | ||
| 486 | Show all documentation about the symbol at point. | ||
| 485 | @end table | 487 | @end table |
| 486 | 488 | ||
| 487 | When a function name (@pxref{M-x,, Running Commands by Name}) or | 489 | When a function name (@pxref{M-x,, Running Commands by Name}), |
| 488 | variable name (@pxref{Variables}) appears in the documentation, it | 490 | variable name (@pxref{Variables}), or face name (@pxref{Faces}) appears |
| 489 | normally appears inside paired single-quotes. You can click on the | 491 | in the documentation, it normally appears inside paired single-quotes. |
| 490 | name with @kbd{Mouse-1} or @kbd{Mouse-2}, or move point there and type | 492 | You can click on the name with @kbd{Mouse-1} or @kbd{Mouse-2}, or move |
| 491 | @key{RET}, to view the documentation of that command or variable. Use | 493 | point there and type @key{RET}, to view the documentation of that |
| 492 | @kbd{C-c C-b} to retrace your steps. | 494 | command, variable or face. Use @kbd{C-c C-b} to retrace your steps. |
| 493 | 495 | ||
| 494 | @cindex URL, viewing in help | 496 | @cindex URL, viewing in help |
| 495 | @cindex help, viewing web pages | 497 | @cindex help, viewing web pages |
| @@ -510,6 +512,12 @@ the help text. @key{TAB} (@code{help-next-ref}) moves point down to the | |||
| 510 | next cross reference. Use @kbd{S-@key{TAB}} to move point up to the | 512 | next cross reference. Use @kbd{S-@key{TAB}} to move point up to the |
| 511 | previous cross reference (@code{help-previous-ref}). | 513 | previous cross reference (@code{help-previous-ref}). |
| 512 | 514 | ||
| 515 | To view all documentation about a symbol, whether quoted or not, move | ||
| 516 | point over the symbol and type @kbd{C-c C-c} | ||
| 517 | (@code{help-follow-symbol}). This shows all available documentation | ||
| 518 | about the symbol as a variable, function or face. Just like for | ||
| 519 | quoted cross references, you can use @kbd{C-c C-b} to retrace your steps. | ||
| 520 | |||
| 513 | @node Misc Help | 521 | @node Misc Help |
| 514 | @section Other Help Commands | 522 | @section Other Help Commands |
| 515 | 523 | ||