]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix grammar of previous commit
authorRobert Pluim <rpluim@gmail.com>
Tue, 15 Sep 2020 15:35:53 +0000 (17:35 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 15 Sep 2020 15:39:24 +0000 (17:39 +0200)
* doc/lispref/modes.texi (Mode Line Variables): Fix grammar
of mode-line-position-{line,column}-format descriptions.

doc/lispref/modes.texi

index 6180cb2865614b371f9632dd4dc1e54cc0fa3007..b77bcdb5c1efcbfa61b2cd75da6d940fd77db330 100644 (file)
@@ -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