emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 ddbb11f5657: ; * lisp/misc.el (duplicate-line-final-position):


From: Eli Zaretskii
Subject: emacs-29 ddbb11f5657: ; * lisp/misc.el (duplicate-line-final-position): Fix last doc change.
Date: Thu, 29 Jun 2023 06:00:44 -0400 (EDT)

branch: emacs-29
commit ddbb11f56572025d90497291de1dcaf2ece45500
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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."
---
 lisp/misc.el | 3 +--
 1 file changed, 1 insertion(+), 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."
     (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]