mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(mode-line-position): Mention size indication in docstring.
This commit is contained in:
parent
0686237448
commit
3ba07b01dc
@ -251,7 +251,9 @@ Normally nil in most modes, since there is no process to display.")
|
||||
|
||||
;; Actual initialization is below.
|
||||
(defvar mode-line-position nil
|
||||
"Mode-line control for displaying line number, column number and fraction.")
|
||||
"Mode-line control for displaying the position in the buffer.
|
||||
Normally displays the buffer percentage and, optionally, the
|
||||
buffer size, the line number and the column number.")
|
||||
|
||||
(defvar mode-line-modes nil
|
||||
"Mode-line control for displaying major and minor modes.")
|
||||
|
Loading…
Reference in New Issue
Block a user