aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-11-06 15:49:22 +0000
committerRichard M. Stallman2006-11-06 15:49:22 +0000
commit41929f329cb670d7806510784bbda0c1b4d852e7 (patch)
treebd7712309f03b0ee7dfc6063cd933cfa403641e2
parent6a444c7ccbd8dd2b7db79c6ee073b2eff8e4f18e (diff)
downloademacs-41929f329cb670d7806510784bbda0c1b4d852e7.tar.gz
emacs-41929f329cb670d7806510784bbda0c1b4d852e7.zip
Shorten and clarify usual mode line mouse help string.
-rw-r--r--lisp/bindings.el2
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.")
279 ;; "\ 279 ;; "\
280 ;; mouse-1: select window, mouse-2: delete others, mouse-3: delete, 280 ;; mouse-1: select window, mouse-2: delete others, mouse-3: delete,
281 ;; drag-mouse-1: resize, C-mouse-2: split horizontally" 281 ;; drag-mouse-1: resize, C-mouse-2: split horizontally"
282 "mouse-1: select (drag to resize), mouse-2: delete others, mouse-3: delete this") 282 "mouse-1: select (drag to resize), mouse-2 = C-x 1, mouse-3 = C-x 0")
283 (dashes (propertize "--" 'help-echo help-echo)) 283 (dashes (propertize "--" 'help-echo help-echo))
284 (standard-mode-line-format 284 (standard-mode-line-format
285 (list 285 (list