comparison lisp/bindings.el @ 78492:7c8949dbfa0d

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:38:50 +0000
parents 9355f9b7bbff
children ffe5ab1e2653 e5a68f18fcb9
comparison
equal deleted inserted replaced
78491:3ccc56d2b79e 78492:7c8949dbfa0d
474 (describe-minor-mode-from-indicator indicator))) 474 (describe-minor-mode-from-indicator indicator)))
475 475
476 (defvar minor-mode-alist nil "\ 476 (defvar minor-mode-alist nil "\
477 Alist saying how to show minor modes in the mode line. 477 Alist saying how to show minor modes in the mode line.
478 Each element looks like (VARIABLE STRING); 478 Each element looks like (VARIABLE STRING);
479 STRING is included in the mode line iff VARIABLE's value is non-nil. 479 STRING is included in the mode line if VARIABLE's value is non-nil.
480 480
481 Actually, STRING need not be a string; any possible mode-line element 481 Actually, STRING need not be a string; any possible mode-line element
482 is okay. See `mode-line-format'.") 482 is okay. See `mode-line-format'.")
483 ;; Don't use purecopy here--some people want to change these strings. 483 ;; Don't use purecopy here--some people want to change these strings.
484 (setq minor-mode-alist 484 (setq minor-mode-alist