aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-06-29 13:00:21 +0300
committerEli Zaretskii2023-06-29 13:00:21 +0300
commitddbb11f56572025d90497291de1dcaf2ece45500 (patch)
tree0643851c031d310caad72fae856360ca50ed7bef
parentcecbe92d5d99c427bcbeafc6ee2e53d6aac334e8 (diff)
downloademacs-ddbb11f56572025d90497291de1dcaf2ece45500.tar.gz
emacs-ddbb11f56572025d90497291de1dcaf2ece45500.zip
; * 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."
-rw-r--r--lisp/misc.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/misc.el b/lisp/misc.el
index 64f3986ff4c..52df33911f7 100644
--- a/lisp/misc.el
+++ b/lisp/misc.el
@@ -64,8 +64,7 @@ Also see the `duplicate-line' command."
64 (insert string))) 64 (insert string)))
65 65
66(defcustom duplicate-line-final-position 0 66(defcustom duplicate-line-final-position 0
67 "Where to put point after duplicating a line with `duplicate-line' 67 "Where to put point after `duplicate-line' or `duplicate-dwim'.
68or `duplicate-dwim'.
69When 0, leave point on the original line. 68When 0, leave point on the original line.
70When 1, move point to the first new line. 69When 1, move point to the first new line.
71When -1, move point to the last new line. 70When -1, move point to the last new line.