]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/misc.el (duplicate-line-final-position): doc precision
authorMattias Engdegård <mattiase@acm.org>
Thu, 29 Jun 2023 09:21:53 +0000 (11:21 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 29 Jun 2023 09:24:47 +0000 (11:24 +0200)
etc/NEWS
lisp/misc.el

index aa3b758a81561b4431437206ed1fdbfbb810eac4..9e6f0c16bcd6533f320c742e7c5f7dadc2a9358c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -698,7 +698,7 @@ between these modes while the user is inputting a command by hitting
 works like 'duplicate-line'.  An active rectangular region is
 duplicated on its right-hand side.  The new user option
 'duplicate-line-final-position' specifies where to move point
-after duplicating the line.
+after duplicating a line.
 
 ---
 ** Files with the ".eld" extension are now visited in 'lisp-data-mode'.
index 898fe9dd16842fb2227bb06917da109ee1b5af48..64f3986ff4cace914ee98cedba498df3c168b995 100644 (file)
@@ -64,7 +64,8 @@ Also see the `duplicate-line' command."
     (insert string)))
 
 (defcustom duplicate-line-final-position 0
-  "Where to put point after duplicating the line with `duplicate-line'.
+  "Where to put point after duplicating a line with `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.