summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDaniel Martín <mardani29@yahoo.es>2022-05-29 16:31:38 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-05-29 16:31:38 +0200
commitf7324b7a64424500251f00a796d2d6ed26e716b6 (patch)
tree99e80cc201459b0acb4097829c03408b91cf53e4 /lisp
parentfe8a127de2bac8eb37f9adccc20195a3b4be25df (diff)
downloademacs-f7324b7a64424500251f00a796d2d6ed26e716b6.tar.gz
emacs-f7324b7a64424500251f00a796d2d6ed26e716b6.tar.bz2
emacs-f7324b7a64424500251f00a796d2d6ed26e716b6.zip
Fix reference to help-enable-variable-value-editing
* lisp/help-mode.el (help-mode): Fix docstring to reference the correct variable name. * lisp/ldefs-boot.el (help-mode): Ditto (bug#55705).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help-mode.el2
-rw-r--r--lisp/ldefs-boot.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 3bd272b7233..2fcb8b9f3e6 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -404,7 +404,7 @@ The format is (FUNCTION ARGS...).")
;;;###autoload
(define-derived-mode help-mode special-mode "Help"
"Major mode for viewing help text and navigating references in it.
-Also see the `help-enable-editing' variable.
+Also see the `help-enable-variable-value-editing' variable.
Commands:
\\{help-mode-map}"
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 362c3221c65..690da5bb492 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -16524,7 +16524,7 @@ gives the window that lists the options.")
(autoload 'help-mode "help-mode" "\
Major mode for viewing help text and navigating references in it.
-Also see the `help-enable-editing' variable.
+Also see the `help-enable-variable-value-editing' variable.
Commands:
\\{help-mode-map}