]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc string typo fix for mode-line-position-column-format
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 17 Sep 2020 18:48:29 +0000 (20:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 17 Sep 2020 18:48:29 +0000 (20:48 +0200)
* lisp/bindings.el (mode-line-position-column-format): Fix typo in
doc string.

lisp/bindings.el

index 54e171e44b59c9d704431fe6b66a3cf9e598a9d7..a1751a253c749536bb709fa3964f70b26f0ebe1a 100644 (file)
@@ -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)