]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/help-fns.el (help-fns-edit-variable): Fix typo (bug#78554).
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 May 2025 06:59:15 +0000 (09:59 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 27 May 2025 14:31:01 +0000 (16:31 +0200)
(cherry picked from commit c9690f10fdce0896eff02ae7a68710fe26dd1f59)

lisp/help-fns.el

index c2a03bd04a12c6ab77bb4c2fc284f248ce5d6249..5610c8dce5b8cbf692b37bf25af78af44759e774 100644 (file)
@@ -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)))