From 33ed898b43d8f95919becc8d24c6198c4448a50b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 23 May 2025 09:59:15 +0300 Subject: [PATCH] ; * lisp/help-fns.el (help-fns-edit-variable): Fix typo (bug#78554). (cherry picked from commit c9690f10fdce0896eff02ae7a68710fe26dd1f59) --- lisp/help-fns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5