From: Juanma Barranquero Date: Thu, 8 May 2008 03:35:38 +0000 (+0000) Subject: (define-abbrev-table): Don't use `iff' in docstring. X-Git-Tag: emacs-pretest-23.0.90~5735 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d239a0555b91a3c8b086bd6c6f552c1d76f165e1;p=emacs.git (define-abbrev-table): Don't use `iff' in docstring. --- diff --git a/lisp/abbrev.el b/lisp/abbrev.el index 136dc2b9b9d..22c9ff40e3d 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -904,8 +904,8 @@ Properties with special meaning: means that an abbrev can only be a single word. The submatch 1 is treated as the potential name of an abbrev. - `:enable-function' can be set to a function of no argument which returns - non-nil iff the abbrevs in this table should be used for this instance - of `expand-abbrev'." + non-nil if and only if the abbrevs in this table should be used for this + instance of `expand-abbrev'." ;; We used to manually add the docstring, but we also want to record this ;; location as the definition of the variable (in load-history), so we may ;; as well just use `defvar'.