aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-17 21:25:58 +0000
committerChong Yidong2008-10-17 21:25:58 +0000
commit434c0be6cc15e46449aed4796298ae1fe1c85b91 (patch)
tree6809b1873a1d1516f6dad9ec8a517518ced84d7d
parentfdf3379025b983c1e5ee7d3792c114b280864cfd (diff)
downloademacs-434c0be6cc15e46449aed4796298ae1fe1c85b91.tar.gz
emacs-434c0be6cc15e46449aed4796298ae1fe1c85b91.zip
(define-abbrev): Doc fix.
-rw-r--r--lisp/abbrev.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index e8e89e92f40..a3e048b5387 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -530,8 +530,9 @@ EXPANSION should usually be a string.
530To undefine an abbrev, define it with EXPANSION = nil. 530To undefine an abbrev, define it with EXPANSION = nil.
531If HOOK is non-nil, it should be a function of no arguments; 531If HOOK is non-nil, it should be a function of no arguments;
532it is called after EXPANSION is inserted. 532it is called after EXPANSION is inserted.
533If EXPANSION is not a string, the abbrev is a special one, 533If EXPANSION is not a string (and not nil), the abbrev is a
534 which does not expand in the usual way but only runs HOOK. 534 special one, which does not expand in the usual way but only
535 runs HOOK.
535 536
536PROPS is a property list. The following properties are special: 537PROPS is a property list. The following properties are special:
537- `:count': the value for the abbrev's usage-count, which is incremented each 538- `:count': the value for the abbrev's usage-count, which is incremented each