summaryrefslogtreecommitdiff
path: root/lisp/help-mode.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-08-11 10:10:19 +0300
committerJuri Linkov <juri@linkov.net>2021-08-11 10:10:19 +0300
commitfc174eb20b633708da778ac6cb4bdc3e29415ef6 (patch)
tree72a30bd1933eac1c40bd3b68dd55e015f698c9cb /lisp/help-mode.el
parentda8277abc19d6eb1ac5a15273daca03f4237294b (diff)
downloademacs-fc174eb20b633708da778ac6cb4bdc3e29415ef6.tar.gz
emacs-fc174eb20b633708da778ac6cb4bdc3e29415ef6.tar.bz2
emacs-fc174eb20b633708da778ac6cb4bdc3e29415ef6.zip
; Fix typos
Diffstat (limited to 'lisp/help-mode.el')
-rw-r--r--lisp/help-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 8206115b15c..2f82d83ceb1 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -99,7 +99,7 @@ To use the element, do (apply FUNCTION ARGS) then goto the point.")
(put 'help-xref-forward-stack 'permanent-local t)
(defvar-local help-xref-stack-item nil
- "An item for `help-follow-symbok' to push onto `help-xref-stack'.
+ "An item for `help-follow-symbol' to push onto `help-xref-stack'.
The format is (FUNCTION ARGS...).")
(put 'help-xref-stack-item 'permanent-local t)