mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
* lisp/textmodes/picture.el (picture-open-line): Doc fix. (Bug#29948)
This commit is contained in:
parent
b87a772612
commit
ed44d92fa6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user