From f7324b7a64424500251f00a796d2d6ed26e716b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=ADn?= Date: Sun, 29 May 2022 16:31:38 +0200 Subject: [PATCH] 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 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} -- 2.39.2