diff options
| author | Stefan Kangas | 2021-10-09 08:32:25 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-10-09 08:33:19 +0200 |
| commit | 47cbd103f56f4a6bf36aceff3619f3fdd296f502 (patch) | |
| tree | 63e29f8d68740a0eb5cd45e040f2d352c0062488 | |
| parent | 35a752863afc9f9075473e34c395d36e0bd18bff (diff) | |
| download | emacs-47cbd103f56f4a6bf36aceff3619f3fdd296f502.tar.gz emacs-47cbd103f56f4a6bf36aceff3619f3fdd296f502.zip | |
* lisp/bindings.el (mode-line-position): Improve tooltip.
| -rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 1cd22167c5b..e397e44b2ff 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -505,7 +505,7 @@ mouse-1: Display Line and Column Mode Menu")) | |||
| 505 | local-map ,mode-line-column-line-number-mode-map | 505 | local-map ,mode-line-column-line-number-mode-map |
| 506 | mouse-face mode-line-highlight | 506 | mouse-face mode-line-highlight |
| 507 | ;; XXX needs better description | 507 | ;; XXX needs better description |
| 508 | help-echo "Size indication mode\n\ | 508 | help-echo "Buffer Position |
| 509 | mouse-1: Display Line and Column Mode Menu") | 509 | mouse-1: Display Line and Column Mode Menu") |
| 510 | (size-indication-mode | 510 | (size-indication-mode |
| 511 | (8 ,(propertize | 511 | (8 ,(propertize |