From: Robert Pluim Date: Tue, 15 Sep 2020 15:35:53 +0000 (+0200) Subject: ; Fix grammar of previous commit X-Git-Tag: emacs-28.0.90~6051 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bb9f4370950f9e8e043aa07bab9e9a54fb9d344;p=emacs.git ; Fix grammar of previous commit * doc/lispref/modes.texi (Mode Line Variables): Fix grammar of mode-line-position-{line,column}-format descriptions. --- diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 6180cb28656..b77bcdb5c1e 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