]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/misc.el (duplicate-line-final-position): Fix last doc change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 29 Jun 2023 10:00:21 +0000 (13:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 29 Jun 2023 10:00:21 +0000 (13:00 +0300)
Repeat after me: "The first line of a doc string must be a single
complete sentence."

lisp/misc.el

index 64f3986ff4cace914ee98cedba498df3c168b995..52df33911f73da380bbbfa9bf9ba58789b67b8a1 100644 (file)
@@ -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.