summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-09-17 20:48:29 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-09-17 20:48:29 +0200
commitbd6c600687f67ce11fa0cf04b61d44f3dcef9a44 (patch)
tree573fed97d6d75b053830f462c5ef5245b6e54b95 /lisp/bindings.el
parent65b7d465a5e5afaa5332cb8d24b0834ebb7633fc (diff)
downloademacs-bd6c600687f67ce11fa0cf04b61d44f3dcef9a44.tar.gz
emacs-bd6c600687f67ce11fa0cf04b61d44f3dcef9a44.tar.bz2
emacs-bd6c600687f67ce11fa0cf04b61d44f3dcef9a44.zip
Doc string typo fix for mode-line-position-column-format
* lisp/bindings.el (mode-line-position-column-format): Fix typo in doc string.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 54e171e44b5..a1751a253c7 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)