diff options
Diffstat (limited to 'lisp')
-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) |