diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-11-06 15:49:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-11-06 15:49:22 +0000 |
commit | 41929f329cb670d7806510784bbda0c1b4d852e7 (patch) | |
tree | bd7712309f03b0ee7dfc6063cd933cfa403641e2 /lisp/bindings.el | |
parent | 6a444c7ccbd8dd2b7db79c6ee073b2eff8e4f18e (diff) | |
download | emacs-41929f329cb670d7806510784bbda0c1b4d852e7.tar.gz |
Shorten and clarify usual mode line mouse help string.
Diffstat (limited to 'lisp/bindings.el')
-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 04209bbe74e..6fb7b405344 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -279,7 +279,7 @@ Keymap to display on minor modes.") ;; "\ ;; mouse-1: select window, mouse-2: delete others, mouse-3: delete, ;; drag-mouse-1: resize, C-mouse-2: split horizontally" - "mouse-1: select (drag to resize), mouse-2: delete others, mouse-3: delete this") + "mouse-1: select (drag to resize), mouse-2 = C-x 1, mouse-3 = C-x 0") (dashes (propertize "--" 'help-echo help-echo)) (standard-mode-line-format (list |