diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-26 02:33:08 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-26 02:33:08 +0000 |
commit | 64f00939e0cea6c99ae93e0e5d9b4b4013125db9 (patch) | |
tree | bba6eaeffa1e251fc329fa73387d10e403239902 /lisp/abbrev.el | |
parent | 5791bedf991b09f52d31add9cd5945d65bb59bcf (diff) | |
download | emacs-64f00939e0cea6c99ae93e0e5d9b4b4013125db9.tar.gz |
(define-abbrev): Don't use `iff' in doc-strings.
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r-- | lisp/abbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
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: |