From: Eli Zaretskii Date: Fri, 23 May 2025 06:59:15 +0000 (+0300) Subject: ; * lisp/help-fns.el (help-fns-edit-variable): Fix typo (bug#78554). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33ed898b43d8f95919becc8d24c6198c4448a50b;p=emacs.git ; * lisp/help-fns.el (help-fns-edit-variable): Fix typo (bug#78554). (cherry picked from commit c9690f10fdce0896eff02ae7a68710fe26dd1f59) --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index c2a03bd04a1..5610c8dce5b 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1607,7 +1607,7 @@ by this command." (lambda () (exit-recursive-edit) (error "Aborted edit, variable unchanged")) - :major-mode #'emacs-lisp-mode + :major-mode-sym #'emacs-lisp-mode :read #'read) (recursive-edit) (revert-buffer)))