]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/picture.el (picture-open-line): Doc fix. (Bug#29948)
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2018 19:24:34 +0000 (21:24 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2018 19:24:34 +0000 (21:24 +0200)
lisp/textmodes/picture.el

index caf76a41a1a54e57bb3fe845bcb56dcef426403e..f5a6a254a0db040c75593a95d9d964697abb3473 100644 (file)
@@ -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)