Mercurial > emacs
diff lisp/bindings.el @ 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 | 1091d6e7802b |
| children | 0e2f2cae953c |
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.")
