]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix reference to help-enable-variable-value-editing
authorDaniel Martín <mardani29@yahoo.es>
Sun, 29 May 2022 14:31:38 +0000 (16:31 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 29 May 2022 14:31:38 +0000 (16:31 +0200)
* lisp/help-mode.el (help-mode): Fix docstring to reference the
correct variable name.
* lisp/ldefs-boot.el (help-mode): Ditto (bug#55705).

lisp/help-mode.el
lisp/ldefs-boot.el

index 3bd272b7233cb00bfb2d43aef6eec7f3aae3c643..2fcb8b9f3e60a770e518296173c9f3910292798a 100644 (file)
@@ -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}"
index 362c3221c6544b85c162fbf18b7b845abca426b0..690da5bb492add2ee952697788995ff7b3cb9aef 100644 (file)
@@ -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}