diff options
author | Juri Linkov <juri@linkov.net> | 2021-08-11 10:10:19 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2021-08-11 10:10:19 +0300 |
commit | fc174eb20b633708da778ac6cb4bdc3e29415ef6 (patch) | |
tree | 72a30bd1933eac1c40bd3b68dd55e015f698c9cb /lisp/help-mode.el | |
parent | da8277abc19d6eb1ac5a15273daca03f4237294b (diff) | |
download | emacs-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.el | 2 |
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) |