diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-04-24 15:47:08 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-04-24 15:47:08 +0300 |
commit | f3434fe2f3f1ae6abebb64f6198569e43ba0ee73 (patch) | |
tree | b2f9c69dcde135a1532a0c52fc0b80c093914bcb /doc/emacs/help.texi | |
parent | 4d5fd0174905863bea4110865a0c124f8999e273 (diff) | |
download | emacs-f3434fe2f3f1ae6abebb64f6198569e43ba0ee73.tar.gz |
; Fix last change 'display-local-help' and its documentation
* etc/NEWS:
* doc/emacs/help.texi (Help Summary): Fix typo and wording of
documentation of 'C-u C-h .'.
* lisp/help-at-pt.el (display-local-help): Avoid byte-compiler
warnings. Fix wording of doc string.
Diffstat (limited to 'doc/emacs/help.texi')
-rw-r--r-- | doc/emacs/help.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index ee3d898019e..a4b329d0890 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -182,9 +182,10 @@ programming language you are editing (@code{info-lookup-symbol}). @item C-h . Display the help message for a special text area, if point is in one (@code{display-local-help}). (These include, for example, links in -@file{*Help*} buffers.) @xref{Help Echo}. If you use a prefix for -this command, and point as on a button or a widget, this command will -pop to a new buffer that describes the button/widget. +@file{*Help*} buffers.) @xref{Help Echo}. If you invoke +this command with a prefix argument, @kbd{C-u C-h .}, and point is on +a button or a widget, this command will pop a new buffer that +describes that button/widget. @end table @node Key Help |