emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 ed44d92: * lisp/textmodes/picture.el (picture-open-line): Doc fix. (Bug#29948)
Date: Tue, 2 Jan 2018 14:25:12 -0500 (EST)

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

    * lisp/textmodes/picture.el (picture-open-line): Doc fix.  (Bug#29948)
---
 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 caf76a4..f5a6a25 100644
--- a/lisp/textmodes/picture.el
+++ b/lisp/textmodes/picture.el
@@ -338,8 +338,9 @@ always moves to the beginning of a line."
         (newline lines-left))))
 
 (defun picture-open-line (arg)
-  "Insert an empty line after the current line.
-With positive argument insert that many lines."
+  "Insert ARG empty lines after the current line.
+ARG must be positive.
+Interactively, ARG is the numeric argument, and defaults to 1."
   (interactive "p")
   (save-excursion
    (end-of-line)



reply via email to

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