aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2008-05-08 03:35:38 +0000
committerJuanma Barranquero2008-05-08 03:35:38 +0000
commitd239a0555b91a3c8b086bd6c6f552c1d76f165e1 (patch)
tree45bf87ece906e7ef80acb0d0c4e75a24fc51417a /lisp
parent149cd46528923ce5b2577f0e367e24002fd3a1f1 (diff)
downloademacs-d239a0555b91a3c8b086bd6c6f552c1d76f165e1.tar.gz
emacs-d239a0555b91a3c8b086bd6c6f552c1d76f165e1.zip
(define-abbrev-table): Don't use `iff' in docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/abbrev.el4
1 files changed, 2 insertions, 2 deletions
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:
904 means that an abbrev can only be a single word. The submatch 1 is treated 904 means that an abbrev can only be a single word. The submatch 1 is treated
905 as the potential name of an abbrev. 905 as the potential name of an abbrev.
906- `:enable-function' can be set to a function of no argument which returns 906- `:enable-function' can be set to a function of no argument which returns
907 non-nil iff the abbrevs in this table should be used for this instance 907 non-nil if and only if the abbrevs in this table should be used for this
908 of `expand-abbrev'." 908 instance of `expand-abbrev'."
909 ;; We used to manually add the docstring, but we also want to record this 909 ;; We used to manually add the docstring, but we also want to record this
910 ;; location as the definition of the variable (in load-history), so we may 910 ;; location as the definition of the variable (in load-history), so we may
911 ;; as well just use `defvar'. 911 ;; as well just use `defvar'.