From: Lute Kamstra Date: Fri, 26 Sep 2003 12:52:36 +0000 (+0000) Subject: (mode-line-position): Mention size indication in docstring. X-Git-Tag: ttn-vms-21-2-B4~8729 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ba07b01dcea7fb107df80ad2418531ad7f3fe27;p=emacs.git (mode-line-position): Mention size indication in docstring. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 957e51e1ac1..c9357ea7d7d 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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.")