mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 20:59:37 +00:00
; * lisp/misc.el (duplicate-line-final-position): Fix last doc change.
Repeat after me: "The first line of a doc string must be a single complete sentence."
This commit is contained in:
parent
cecbe92d5d
commit
ddbb11f565
1 changed files with 1 additions and 2 deletions
|
@ -64,8 +64,7 @@ Also see the `duplicate-line' command."
|
||||||
(insert string)))
|
(insert string)))
|
||||||
|
|
||||||
(defcustom duplicate-line-final-position 0
|
(defcustom duplicate-line-final-position 0
|
||||||
"Where to put point after duplicating a line with `duplicate-line'
|
"Where to put point after `duplicate-line' or `duplicate-dwim'.
|
||||||
or `duplicate-dwim'.
|
|
||||||
When 0, leave point on the original line.
|
When 0, leave point on the original line.
|
||||||
When 1, move point to the first new line.
|
When 1, move point to the first new line.
|
||||||
When -1, move point to the last new line.
|
When -1, move point to the last new line.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue