[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 9bb9f43 2/2: ; Fix grammar of previous commit
From: |
Robert Pluim |
Subject: |
master 9bb9f43 2/2: ; Fix grammar of previous commit |
Date: |
Tue, 15 Sep 2020 11:40:28 -0400 (EDT) |
branch: master
commit 9bb9f4370950f9e8e043aa07bab9e9a54fb9d344
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>
; Fix grammar of previous commit
* doc/lispref/modes.texi (Mode Line Variables): Fix grammar
of mode-line-position-{line,column}-format descriptions.
---
doc/lispref/modes.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 6180cb2..b77bcdb 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -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