projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b87a772
)
* lisp/textmodes/picture.el (picture-open-line): Doc fix. (Bug#29948)
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 2 Jan 2018 19:24:34 +0000
(21:24 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 2 Jan 2018 19:24:34 +0000
(21:24 +0200)
lisp/textmodes/picture.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/picture.el
b/lisp/textmodes/picture.el
index caf76a41a1a54e57bb3fe845bcb56dcef426403e..f5a6a254a0db040c75593a95d9d964697abb3473 100644
(file)
--- a/
lisp/textmodes/picture.el
+++ b/
lisp/textmodes/picture.el
@@
-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)