; * lisp/help-at-pt.el (display-local-help): Fix last change.
This commit is contained in:
parent
02c53b9aab
commit
3cf177442c
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ is displayed instead.
|
|||
The string is passed through `substitute-command-keys' before it
|
||||
is displayed.
|
||||
|
||||
If INHIBIT-WARNING is non-nil, this prevents display of the warning
|
||||
message in case there is no help properties at point.
|
||||
If INHIBIT-WARNING is non-nil, do not display a warning message when
|
||||
there is no help property at point.
|
||||
|
||||
If DESCRIBE-BUTTON in non-nil (interactively, the prefix arg), and
|
||||
there's a button/widget at point, pop up a buffer describing that
|
||||
|
|
Loading…
Add table
Reference in a new issue