comparison etc/LNEWS @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
2510 design minor modes so that they don't interfere with each other, 2510 design minor modes so that they don't interfere with each other,
2511 and if you do this properly, the order will not matter. 2511 and if you do this properly, the order will not matter.
2512 2512
2513 The function `minor-mode-key-binding' returns a list of all the 2513 The function `minor-mode-key-binding' returns a list of all the
2514 active minor mode bindings of KEY. More precisely, it returns an 2514 active minor mode bindings of KEY. More precisely, it returns an
2515 alist of pairs `(MODENAME . BINDING)', where MODENAME is the the 2515 alist of pairs `(MODENAME . BINDING)', where MODENAME is the
2516 variable which enables the minor mode, and BINDING is KEY's 2516 variable which enables the minor mode, and BINDING is KEY's
2517 definition in that mode. If KEY has no minor-mode bindings, the 2517 definition in that mode. If KEY has no minor-mode bindings, the
2518 value is `nil'. 2518 value is `nil'.
2519 2519
2520 If the first binding is a non-prefix, all subsequent bindings from 2520 If the first binding is a non-prefix, all subsequent bindings from