]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/subr.el (major-mode-suspend): Doc fix
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 15 Sep 2019 18:37:26 +0000 (20:37 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 15 Sep 2019 18:37:26 +0000 (20:37 +0200)
lisp/subr.el

index 0d7bffb35f35f36521a43656d99056c972da4067..0b47da884b7666c29d530f6051165b2c17266264 100644 (file)
@@ -2045,7 +2045,7 @@ Uses the `derived-mode-parent' property of the symbol to trace backwards."
 (put 'major-mode--suspended 'permanent-local t)
 
 (defun major-mode-suspend ()
-  "Exit current major, remembering it."
+  "Exit current major mode, remembering it."
   (let* ((prev-major-mode (or major-mode--suspended
                              (unless (eq major-mode 'fundamental-mode)
                                major-mode))))