From 64f00939e0cea6c99ae93e0e5d9b4b4013125db9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 26 Apr 2008 02:33:08 +0000 Subject: [PATCH] (define-abbrev): Don't use `iff' in doc-strings. --- lisp/abbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/abbrev.el b/lisp/abbrev.el index 999cd691bc1..45ec2057028 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -544,7 +544,7 @@ PROPS is a property list. The following properties are special: overwrite a non-system abbreviation of the same name. - `:case-fixed': non-nil means that abbreviations are looked up without case-folding, and the expansion is not capitalized/upcased. -- `:enable-function': a function of no argument which returns non-nil iff the +- `:enable-function': a function of no argument which returns non-nil if the abbrev should be used for a particular call of `expand-abbrev'. An obsolete but still supported calling form is: -- 2.11.4.GIT