emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 ab31bf3: * lisp/textmodes/picture.el (picture-mod


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 ab31bf3: * lisp/textmodes/picture.el (picture-mode-exit): Doc fix. (Bug#29949)
Date: Tue, 2 Jan 2018 14:35:49 -0500 (EST)

branch: emacs-26
commit ab31bf3c5f207dbc209bac350262137f48db4037
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/textmodes/picture.el (picture-mode-exit): Doc fix.  (Bug#29949)
---
 lisp/textmodes/picture.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el
index f5a6a25..6836fd0 100644
--- a/lisp/textmodes/picture.el
+++ b/lisp/textmodes/picture.el
@@ -789,8 +789,9 @@ they are not by default assigned to keys."
 
 (defun picture-mode-exit (&optional nostrip)
   "Undo `picture-mode' and return to previous major mode.
-With no argument, strip whitespace from end of every line in Picture buffer;
-  otherwise, just return to previous mode.
+With NOSTRIP omitted or nil, strip whitespace from end of every line
+  in Picture buffer; otherwise, just return to previous mode.
+Interactively, NOSTRIP is the prefix argument, and defaults to nil.
 Runs `picture-mode-exit-hook' at the end."
   (interactive "P")
   (if (not (eq major-mode 'picture-mode))



reply via email to

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