summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-07-28 18:39:39 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-07-28 18:39:44 +0200
commitfa51d6cdcd49dad21c9e6ede878467cab95630b0 (patch)
treec1048ad97487c4b670bee7f0bfe6d3a955b64679 /doc
parentea69802a8f7e9582d2218dceec3fb283e85982e9 (diff)
downloademacs-fa51d6cdcd49dad21c9e6ede878467cab95630b0.tar.gz
Improve mode-line-position-column-format manual entry
* doc/lispref/modes.texi (Mode Line Variables): Mention %C, and don't mention the obsolete column-number-indicator-zero-based variable.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/modes.texi9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index b0dc0ff9166..d48c9cc1af0 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -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