comparison lisp/progmodes/which-func.el @ 78487:419c5c316b51

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:31:11 +0000
parents c1ec1c8a8d2e
children a1342e6e097a e5a68f18fcb9
comparison
equal deleted inserted replaced
78486:f0a07da7dd45 78487:419c5c316b51
230 (define-minor-mode which-function-mode 230 (define-minor-mode which-function-mode
231 "Toggle Which Function mode, globally. 231 "Toggle Which Function mode, globally.
232 When Which Function mode is enabled, the current function name is 232 When Which Function mode is enabled, the current function name is
233 continuously displayed in the mode line, in certain major modes. 233 continuously displayed in the mode line, in certain major modes.
234 234
235 With prefix ARG, turn Which Function mode on iff arg is positive, 235 With prefix ARG, turn Which Function mode on if arg is positive,
236 and off otherwise." 236 and off otherwise."
237 :global t :group 'which-func 237 :global t :group 'which-func
238 (if which-function-mode 238 (if which-function-mode
239 ;;Turn it on 239 ;;Turn it on
240 (progn 240 (progn