(mode-line-position): Mention size indication in docstring.
This commit is contained in:
parent
0686237448
commit
3ba07b01dc
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue