diff options
author | Daniel MartÃn <mardani29@yahoo.es> | 2022-05-29 16:31:38 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-29 16:31:38 +0200 |
commit | f7324b7a64424500251f00a796d2d6ed26e716b6 (patch) | |
tree | 99e80cc201459b0acb4097829c03408b91cf53e4 /lisp/help-mode.el | |
parent | fe8a127de2bac8eb37f9adccc20195a3b4be25df (diff) | |
download | emacs-f7324b7a64424500251f00a796d2d6ed26e716b6.tar.gz |
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/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 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}" |