mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-14 07:59:34 +00:00
* lisp/textmodes/picture.el (picture-open-line): Doc fix. (Bug#29948)
This commit is contained in:
parent
b87a772612
commit
ed44d92fa6
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue