projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
415143d
)
; * lisp/help-mode.el (help-customize): Doc fix. (Bug#36767)
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 20 Jun 2021 07:01:25 +0000
(10:01 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 20 Jun 2021 07:01:25 +0000
(10:01 +0300)
lisp/help-mode.el
patch
|
blob
|
history
diff --git
a/lisp/help-mode.el
b/lisp/help-mode.el
index 24b7ffaa2a3fd8819cb50cebc812d39a236b64a0..4e73551cfb31d5956f008fe53e8b8e3029ee7090 100644
(file)
--- a/
lisp/help-mode.el
+++ b/
lisp/help-mode.el
@@
-750,7
+750,7
@@
See `help-make-xrefs'."
'emacs-lisp-mode))
(defun help-customize ()
- "Customize variable or face."
+ "Customize variable or face
whose doc string is shown in the current buffer
."
(interactive nil help-mode)
(let ((sym (plist-get help-mode--current-data :symbol)))
(unless (or (boundp sym) (facep sym))