comparison lisp/bindings.el @ 91005:424b655804ca

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:48:35 +0000
parents 539530fa389c e5a68f18fcb9
children 14c4a6aac623
comparison
equal deleted inserted replaced
91004:f72cf5b2ab11 91005:424b655804ca
491 (describe-minor-mode-from-indicator indicator))) 491 (describe-minor-mode-from-indicator indicator)))
492 492
493 (defvar minor-mode-alist nil "\ 493 (defvar minor-mode-alist nil "\
494 Alist saying how to show minor modes in the mode line. 494 Alist saying how to show minor modes in the mode line.
495 Each element looks like (VARIABLE STRING); 495 Each element looks like (VARIABLE STRING);
496 STRING is included in the mode line iff VARIABLE's value is non-nil. 496 STRING is included in the mode line if VARIABLE's value is non-nil.
497 497
498 Actually, STRING need not be a string; any possible mode-line element 498 Actually, STRING need not be a string; any possible mode-line element
499 is okay. See `mode-line-format'.") 499 is okay. See `mode-line-format'.")
500 ;; Don't use purecopy here--some people want to change these strings. 500 ;; Don't use purecopy here--some people want to change these strings.
501 (setq minor-mode-alist 501 (setq minor-mode-alist