From bd6c600687f67ce11fa0cf04b61d44f3dcef9a44 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 17 Sep 2020 20:48:29 +0200 Subject: [PATCH] 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 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) -- 2.39.5