aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2007-11-13 07:46:25 +0000
committerMartin Rudalics2007-11-13 07:46:25 +0000
commitff98e0249ebac6a75450b20022883e71a5550893 (patch)
tree3cfed776b104b2e5ef1bb7e5dacc3a6b17b1a24e
parente42c6bbc41016ea8a669aeb60a74c8ae97560755 (diff)
downloademacs-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/ChangeLog6
-rw-r--r--doc/emacs/help.texi41
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 @@
12007-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
12007-11-11 Glenn Morris <rgm@gnu.org> 72007-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
155methods used in language environment @var{language-env} 155methods 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}
158Enter Info and goes to the node that documents the Emacs function 158Enter 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}
161Enter Info and goes to the node that documents the key sequence 161Enter 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}
164Display the Info documentation on symbol @var{symbol} according to the 164Display the Info documentation on symbol @var{symbol} according to the
@@ -296,8 +296,8 @@ be found by this command.
296Search for user-option variables whose names match @var{pattern}. 296Search 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}
299Search for functions whose definitions @var{pattern}, and variables 299Search for functions whose definitions match @var{pattern}, and
300whose values match @var{pattern}. 300variables 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}
303Search for functions and variables whose @strong{documentation 303Search 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
547for the programming language, you can use @kbd{C-h S} 547for 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,
549variable) in the proper manual. The details of how this command works 549function or variable) in the proper manual. The details of how this
550depend on the major mode. 550command 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
646the mouse or a key like @kbd{RET}, it often has associated help text. 646key like @kbd{RET}, it often has associated help text. For instance,
647For instance, most parts of the mode line have help text. On 647most parts of the mode line have help text. On graphical displays, the
648graphical displays, the help text is displayed as a ``tooltip'' 648help text is displayed as a ``tooltip'' (sometimes known as ``balloon
649(sometimes known as ``balloon help''), when you move the mouse over 649help'') when you move the mouse over the active text. @xref{Tooltips}.
650the active text. @xref{Tooltips}. On some systems, it is shown in 650On some systems, it is shown in the echo area. On text-only terminals,
651the echo area. On text-only terminals, if Emacs cannot follow the 651if Emacs cannot follow the mouse, it cannot show the help text when the
652mouse, it cannot show the help text on mouse-over. 652mouse 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.
658command @kbd{C-h .} (@code{display-local-help}) displays any help text 658The command @kbd{C-h .} (@code{display-local-help}) displays any help
659associated with the text at point, using the echo area. If you want 659text associated with the text at point, using the echo area. If you
660help text to be displayed automatically whenever it is available at 660want help text to be displayed automatically whenever it is available at
661point, set the variable @code{help-at-pt-display-when-idle} to 661point, 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