mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +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
@ -64,8 +64,7 @@ Also see the `duplicate-line' command."
|
||||
(insert string)))
|
||||
|
||||
(defcustom duplicate-line-final-position 0
|
||||
"Where to put point after duplicating a line with `duplicate-line'
|
||||
or `duplicate-dwim'.
|
||||
"Where to put point after `duplicate-line' or `duplicate-dwim'.
|
||||
When 0, leave point on the original line.
|
||||
When 1, move point to the first new line.
|
||||
When -1, move point to the last new line.
|
||||
|
Loading…
Reference in New Issue
Block a user