* lisp/textmodes/picture.el (picture-open-line): Doc fix. (Bug#29948)

This commit is contained in:
Eli Zaretskii 2018-01-02 21:24:34 +02:00
parent b87a772612
commit ed44d92fa6

View file

@ -338,8 +338,9 @@ always moves to the beginning of a line."
(newline lines-left)))) (newline lines-left))))
(defun picture-open-line (arg) (defun picture-open-line (arg)
"Insert an empty line after the current line. "Insert ARG empty lines after the current line.
With positive argument insert that many lines." ARG must be positive.
Interactively, ARG is the numeric argument, and defaults to 1."
(interactive "p") (interactive "p")
(save-excursion (save-excursion
(end-of-line) (end-of-line)