projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19cdde4
)
Fix doc-string of `help-mode-finish'.
author
Martin Rudalics
<rudalics@gmx.at>
Wed, 19 Aug 2015 09:33:25 +0000
(11:33 +0200)
committer
Martin Rudalics
<rudalics@gmx.at>
Wed, 19 Aug 2015 09:33:25 +0000
(11:33 +0200)
* lisp/help-mode.el (help-mode-finish): Fix doc-string.
lisp/help-mode.el
patch
|
blob
|
history
diff --git
a/lisp/help-mode.el
b/lisp/help-mode.el
index 37847e202792bb2fb8dac204ff705ec394d3e62b..22e5386bedc725181d17bc167db38ab7d9659e5a 100644
(file)
--- a/
lisp/help-mode.el
+++ b/
lisp/help-mode.el
@@
-300,7
+300,7
@@
Commands:
;;;###autoload
(defun help-mode-finish ()
- "
Exit Help Mode in the
current buffer."
+ "
Finalize Help Mode setup in
current buffer."
(when (derived-mode-p 'help-mode)
(setq buffer-read-only t)
(help-make-xrefs (current-buffer))))