mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix grammar of previous commit
* doc/lispref/modes.texi (Mode Line Variables): Fix grammar
of mode-line-position-{line,column}-format descriptions.
This commit is contained in:
parent
20d13e424f
commit
9bb9f43709
1 changed files with 2 additions and 2 deletions
|
|
@ -2167,14 +2167,14 @@ shows the information specified by @code{global-mode-string}.
|
|||
@end defvar
|
||||
|
||||
@defvar mode-line-position-line-format
|
||||
The format used for display line numbers when @code{line-number-mode}
|
||||
The format used to display line numbers when @code{line-number-mode}
|
||||
(@pxref{Optional Mode Line,,, emacs, The GNU Emacs Manual}) is
|
||||
switched on. @samp{%l} in the format will be replaced with the line
|
||||
number.
|
||||
@end defvar
|
||||
|
||||
@defvar mode-line-position-column-format
|
||||
The format used for display column numbers when
|
||||
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 line number, and this is zero-based if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue