; * 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:
Eli Zaretskii 2023-06-29 13:00:21 +03:00
parent cecbe92d5d
commit ddbb11f565

View file

@ -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.