Mercurial > emacs
changeset 94733:67bcaf883753
(define-abbrev-table): Don't use `iff' in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 08 May 2008 03:35:38 +0000 |
parents | be3ff50018bf |
children | 6fbc8341e153 |
files | lisp/abbrev.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/abbrev.el Thu May 08 03:33:39 2008 +0000 +++ b/lisp/abbrev.el Thu May 08 03:35:38 2008 +0000 @@ -904,8 +904,8 @@ 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'.