Mercurial > emacs
changeset 52629:af4a74ff079d
(mode-line-position): Mention size indication in docstring.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Fri, 26 Sep 2003 12:52:36 +0000 |
parents | 74d358d76ea8 |
children | 35a79a8e5bd0 |
files | lisp/bindings.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Fri Sep 26 12:15:32 2003 +0000 +++ b/lisp/bindings.el Fri Sep 26 12:52:36 2003 +0000 @@ -251,7 +251,9 @@ ;; 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.")