diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-17 20:48:29 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-17 20:48:29 +0200 |
commit | bd6c600687f67ce11fa0cf04b61d44f3dcef9a44 (patch) | |
tree | 573fed97d6d75b053830f462c5ef5245b6e54b95 /lisp/bindings.el | |
parent | 65b7d465a5e5afaa5332cb8d24b0834ebb7633fc (diff) | |
download | emacs-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.el | 2 |
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) |