aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-01-02 21:24:34 +0200
committerEli Zaretskii2018-01-02 21:24:34 +0200
commited44d92fa6e7f52293bd2c8db44d9672f3cbb855 (patch)
tree0736ccdae0f1490081b615e25ab915e8e8232b7c
parentb87a77261246048c16e0b051335ea36de3ba5855 (diff)
downloademacs-ed44d92fa6e7f52293bd2c8db44d9672f3cbb855.tar.gz
emacs-ed44d92fa6e7f52293bd2c8db44d9672f3cbb855.zip
* lisp/textmodes/picture.el (picture-open-line): Doc fix. (Bug#29948)
-rw-r--r--lisp/textmodes/picture.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el
index caf76a41a1a..f5a6a254a0d 100644
--- a/lisp/textmodes/picture.el
+++ b/lisp/textmodes/picture.el
@@ -338,8 +338,9 @@ always moves to the beginning of a line."
338 (newline lines-left)))) 338 (newline lines-left))))
339 339
340(defun picture-open-line (arg) 340(defun picture-open-line (arg)
341 "Insert an empty line after the current line. 341 "Insert ARG empty lines after the current line.
342With positive argument insert that many lines." 342ARG must be positive.
343Interactively, ARG is the numeric argument, and defaults to 1."
343 (interactive "p") 344 (interactive "p")
344 (save-excursion 345 (save-excursion
345 (end-of-line) 346 (end-of-line)