1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

(define-abbrev-table): Don't use `iff' in docstring.

This commit is contained in:
Juanma Barranquero 2008-05-08 03:35:38 +00:00
parent 149cd46528
commit d239a0555b

View File

@ -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'.