emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f7324b7a64: Fix reference to help-enable-variable-value-editing


From: Lars Ingebrigtsen
Subject: master f7324b7a64: Fix reference to help-enable-variable-value-editing
Date: Sun, 29 May 2022 10:32:20 -0400 (EDT)

branch: master
commit f7324b7a64424500251f00a796d2d6ed26e716b6
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 lisp/help-mode.el  | 2 +-
 lisp/ldefs-boot.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 3bd272b723..2fcb8b9f3e 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 362c3221c6..690da5bb49 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}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]