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'.
(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.