Show
Ignore:
Timestamp:
05/03/06 18:37:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property svn:ignore changed from
      bin
      to
      bin
      site-lisp
  • trunk/lisp/bindings.el

    r4037 r4073  
    311311     (propertize "%[(" 'help-echo help-echo) 
    312312     `(:propertize ("" mode-name) 
    313                    help-echo "mouse-1: major-mode-menu mouse-2: help for current major mode
     313                   help-echo "mouse-1: major mode, mouse-2: major mode help, mouse-3: toggle minor modes
    314314                   mouse-face mode-line-highlight 
    315315                   local-map ,mode-line-major-mode-keymap) 
     
    317317     `(:propertize ("" minor-mode-alist) 
    318318                   mouse-face mode-line-highlight 
    319                    help-echo "mouse-2: help for minor modes, mouse-3: minor mode menu
     319                   help-echo "mouse-2: minor mode help, mouse-3: toggle minor modes
    320320                   local-map ,mode-line-minor-mode-keymap) 
    321321     (propertize "%n" 'help-echo "mouse-2: widen"