]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve mode-line-position-column-format manual entry
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 28 Jul 2021 16:39:39 +0000 (18:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 28 Jul 2021 16:39:44 +0000 (18:39 +0200)
* doc/lispref/modes.texi (Mode Line Variables): Mention %C, and
don't mention the obsolete column-number-indicator-zero-based
variable.

doc/lispref/modes.texi

index b0dc0ff9166094428672bd39116d6c42c2e56b2d..d48c9cc1af06b8617933ee9c25c92c6fd9dc574d 100644 (file)
@@ -2251,16 +2251,15 @@ number.
 The format used to display column numbers when
 @code{column-number-mode} (@pxref{Optional Mode Line,,, emacs, The GNU
 Emacs Manual}) is switched on.  @samp{%c} in the format will be
-replaced with the column number, and this is zero-based if
-@code{column-number-indicator-zero-based} is non-@code{nil}, and
-one-based if @code{column-number-indicator-zero-based} is @code{nil}.
+replaced with a zero-based column number, and @samp{%C} will be
+replaced with a one-based column number.
 @end defvar
 
 @defvar mode-line-position-column-line-format
 The format used to display column numbers when both
 @code{line-number-mode} and @code{column-number-mode} are switched on.
-See the previous two variables for the meaning of the @samp{%l} and
-@samp{%c} format specs.
+See the previous two variables for the meaning of the @samp{%l},
+@samp{%c} and @samp{%C} format specs.
 @end defvar
 
 @defvar minor-mode-alist