diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/bindings.el | 4 |
1 files changed, 3 insertions, 1 deletions
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.") | |||
| 251 | 251 | ||
| 252 | ;; Actual initialization is below. | 252 | ;; Actual initialization is below. |
| 253 | (defvar mode-line-position nil | 253 | (defvar mode-line-position nil |
| 254 | "Mode-line control for displaying line number, column number and fraction.") | 254 | "Mode-line control for displaying the position in the buffer. |
| 255 | Normally displays the buffer percentage and, optionally, the | ||
| 256 | buffer size, the line number and the column number.") | ||
| 255 | 257 | ||
| 256 | (defvar mode-line-modes nil | 258 | (defvar mode-line-modes nil |
| 257 | "Mode-line control for displaying major and minor modes.") | 259 | "Mode-line control for displaying major and minor modes.") |