From b3e4b50578778e03327b049f7a595981bfbf3713 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 15 Sep 2019 20:37:26 +0200 Subject: [PATCH] * 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 0d7bffb35f3..0b47da884b7 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)))) -- 2.39.5