diff options
| author | Martin Rudalics | 2007-11-13 07:46:25 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-11-13 07:46:25 +0000 |
| commit | ff98e0249ebac6a75450b20022883e71a5550893 (patch) | |
| tree | 3cfed776b104b2e5ef1bb7e5dacc3a6b17b1a24e | |
| parent | e42c6bbc41016ea8a669aeb60a74c8ae97560755 (diff) | |
| download | emacs-ff98e0249ebac6a75450b20022883e71a5550893.tar.gz emacs-ff98e0249ebac6a75450b20022883e71a5550893.zip | |
(Help Summary, Apropos, Misc Help): Fix typos.
(Help Echo): Avoid mentioning the term "region" here and
consistently use the term "active text".
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/help.texi | 41 |
2 files changed, 26 insertions, 21 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index dbb2340cab5..73f1bb9e2fd 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-11-13 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * help.texi (Help Summary, Apropos, Misc Help): Fix typos. | ||
| 4 | (Help Echo): Avoid mentioning the term "region" here and | ||
| 5 | consistently use the term "active text". | ||
| 6 | |||
| 1 | 2007-11-11 Glenn Morris <rgm@gnu.org> | 7 | 2007-11-11 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * calendar.texi (Special Diary Entries): Fix Thanksgiving example. | 9 | * calendar.texi (Special Diary Entries): Fix Thanksgiving example. |
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index fe7c2a85ffa..e612d6a475b 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -155,10 +155,10 @@ Display information on the character sets, coding systems, and input | |||
| 155 | methods used in language environment @var{language-env} | 155 | methods used in language environment @var{language-env} |
| 156 | (@code{describe-language-environment}). | 156 | (@code{describe-language-environment}). |
| 157 | @item C-h F @var{function} @key{RET} | 157 | @item C-h F @var{function} @key{RET} |
| 158 | Enter Info and goes to the node that documents the Emacs function | 158 | Enter Info and go to the node that documents the Emacs function |
| 159 | @var{function} (@code{Info-goto-emacs-command-node}). | 159 | @var{function} (@code{Info-goto-emacs-command-node}). |
| 160 | @item C-h K @var{key} | 160 | @item C-h K @var{key} |
| 161 | Enter Info and goes to the node that documents the key sequence | 161 | Enter Info and go to the node that documents the key sequence |
| 162 | @var{key} (@code{Info-goto-emacs-key-command-node}). | 162 | @var{key} (@code{Info-goto-emacs-key-command-node}). |
| 163 | @item C-h S @var{symbol} @key{RET} | 163 | @item C-h S @var{symbol} @key{RET} |
| 164 | Display the Info documentation on symbol @var{symbol} according to the | 164 | Display the Info documentation on symbol @var{symbol} according to the |
| @@ -296,8 +296,8 @@ be found by this command. | |||
| 296 | Search for user-option variables whose names match @var{pattern}. | 296 | Search for user-option variables whose names match @var{pattern}. |
| 297 | 297 | ||
| 298 | @item M-x apropos-value @key{RET} @var{pattern} @key{RET} | 298 | @item M-x apropos-value @key{RET} @var{pattern} @key{RET} |
| 299 | Search for functions whose definitions @var{pattern}, and variables | 299 | Search for functions whose definitions match @var{pattern}, and |
| 300 | whose values match @var{pattern}. | 300 | variables whose values match @var{pattern}. |
| 301 | 301 | ||
| 302 | @item C-h d @var{pattern} @key{RET} | 302 | @item C-h d @var{pattern} @key{RET} |
| 303 | Search for functions and variables whose @strong{documentation | 303 | Search for functions and variables whose @strong{documentation |
| @@ -545,9 +545,9 @@ documentation of @var{function} or @var{key}. | |||
| 545 | @findex info-lookup-symbol | 545 | @findex info-lookup-symbol |
| 546 | When editing a program, if you have an Info version of the manual | 546 | When editing a program, if you have an Info version of the manual |
| 547 | for the programming language, you can use @kbd{C-h S} | 547 | for the programming language, you can use @kbd{C-h S} |
| 548 | (@code{info-lookup-symbol}) to find symbol (keyword, function or | 548 | (@code{info-lookup-symbol}) to find an entry for a symbol (keyword, |
| 549 | variable) in the proper manual. The details of how this command works | 549 | function or variable) in the proper manual. The details of how this |
| 550 | depend on the major mode. | 550 | command works depend on the major mode. |
| 551 | 551 | ||
| 552 | @kindex C-h l | 552 | @kindex C-h l |
| 553 | @findex view-lossage | 553 | @findex view-lossage |
| @@ -642,24 +642,23 @@ Emacs (@code{describe-no-warranty}). | |||
| 642 | 642 | ||
| 643 | @cindex tooltips | 643 | @cindex tooltips |
| 644 | @cindex balloon help | 644 | @cindex balloon help |
| 645 | When a region of text is ``active,'' so that you can select it with | 645 | When text is ``active'', so that you can select it with the mouse or a |
| 646 | the mouse or a key like @kbd{RET}, it often has associated help text. | 646 | key like @kbd{RET}, it often has associated help text. For instance, |
| 647 | For instance, most parts of the mode line have help text. On | 647 | most parts of the mode line have help text. On graphical displays, the |
| 648 | graphical displays, the help text is displayed as a ``tooltip'' | 648 | help text is displayed as a ``tooltip'' (sometimes known as ``balloon |
| 649 | (sometimes known as ``balloon help''), when you move the mouse over | 649 | help'') when you move the mouse over the active text. @xref{Tooltips}. |
| 650 | the active text. @xref{Tooltips}. On some systems, it is shown in | 650 | On some systems, it is shown in the echo area. On text-only terminals, |
| 651 | the echo area. On text-only terminals, if Emacs cannot follow the | 651 | if Emacs cannot follow the mouse, it cannot show the help text when the |
| 652 | mouse, it cannot show the help text on mouse-over. | 652 | mouse is over active text. |
| 653 | 653 | ||
| 654 | @kindex C-h . | 654 | @kindex C-h . |
| 655 | @findex display-local-help | 655 | @findex display-local-help |
| 656 | @vindex help-at-pt-display-when-idle | 656 | @vindex help-at-pt-display-when-idle |
| 657 | You can also access text region help info using the keyboard. The | 657 | You can also access help text for active text using the keyboard. |
| 658 | command @kbd{C-h .} (@code{display-local-help}) displays any help text | 658 | The command @kbd{C-h .} (@code{display-local-help}) displays any help |
| 659 | associated with the text at point, using the echo area. If you want | 659 | text associated with the text at point, using the echo area. If you |
| 660 | help text to be displayed automatically whenever it is available at | 660 | want help text to be displayed automatically whenever it is available at |
| 661 | point, set the variable @code{help-at-pt-display-when-idle} to | 661 | point, set the variable @code{help-at-pt-display-when-idle} to @code{t}. |
| 662 | @code{t}. | ||
| 663 | 662 | ||
| 664 | @ignore | 663 | @ignore |
| 665 | arch-tag: 6f33ab62-bc75-4367-8057-fd67cc15c3a1 | 664 | arch-tag: 6f33ab62-bc75-4367-8057-fd67cc15c3a1 |