emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b3e4b50: * lisp/subr.el (major-mode-suspend): Doc f


From: Juanma Barranquero
Subject: [Emacs-diffs] master b3e4b50: * lisp/subr.el (major-mode-suspend): Doc fix
Date: Sun, 15 Sep 2019 14:38:08 -0400 (EDT)

branch: master
commit b3e4b50578778e03327b049f7a595981bfbf3713
Author: Juanma Barranquero <address@hidden>
Commit: Juanma Barranquero <address@hidden>

    * lisp/subr.el (major-mode-suspend): Doc fix
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 0d7bffb..0b47da8 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]