emacs-diffs
[Top][All Lists]
Advanced

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

master adf32eb69ea 3/3: ; Correct typo


From: Po Lu
Subject: master adf32eb69ea 3/3: ; Correct typo
Date: Sun, 28 Jan 2024 03:58:46 -0500 (EST)

branch: master
commit adf32eb69ea34b9c057c9a4321e5f05b00a7c940
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; Correct typo
    
    * lisp/vc/log-edit.el (log-edit--insert-filled-defuns): Correct
    typo in alignment constants.
---
 lisp/vc/log-edit.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el
index 5f370511b14..b5f12f0b4fc 100644
--- a/lisp/vc/log-edit.el
+++ b/lisp/vc/log-edit.el
@@ -612,9 +612,9 @@ the \\[vc-prefix-map] prefix for VC commands, for example).
                         ;; however, there are two separator characters
                         ;; that will be deleted, so the number of
                         ;; columns to add to this in the case of
-                        ;; `name' being final and in other cases are
-                        ;; -1 and -2 respectively.
-                        (if func-names -1 -2))
+                        ;; `name' being final and in other cases are 0
+                        ;; and 1 respectively.
+                        (if func-names 0 1))
                      fill-column)
                   (progn
                     (delete-char -2)



reply via email to

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