emacs-diffs
[Top][All Lists]
Advanced

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

master bd6c600: Doc string typo fix for mode-line-position-column-format


From: Lars Ingebrigtsen
Subject: master bd6c600: Doc string typo fix for mode-line-position-column-format
Date: Thu, 17 Sep 2020 14:48:37 -0400 (EDT)

branch: master
commit bd6c600687f67ce11fa0cf04b61d44f3dcef9a44
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Doc string typo fix for mode-line-position-column-format
    
    * lisp/bindings.el (mode-line-position-column-format): Fix typo in
    doc string.
---
 lisp/bindings.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/bindings.el b/lisp/bindings.el
index 54e171e..a1751a2 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -446,7 +446,7 @@ format spec will be replaced by the line number."
 This is used when `column-number-mode' is switched on.  The
 \"%c\" format spec will be replaced by the column number, which
 is zero-based if `column-number-indicator-zero-based' is non-nil,
-and one-based if `column-number-indicator-zero-based' is nil.."
+and one-based if `column-number-indicator-zero-based' is nil."
   :type 'form
   :version "28.1"
   :group 'mode-line)



reply via email to

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