]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-abbrev): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 17 Oct 2008 21:25:58 +0000 (21:25 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 17 Oct 2008 21:25:58 +0000 (21:25 +0000)
lisp/abbrev.el

index e8e89e92f405588d9675eef8d586ea77a85d0e08..a3e048b538793bfb3f6c06200d248ab21ba2389e 100644 (file)
@@ -530,8 +530,9 @@ EXPANSION should usually be a string.
 To undefine an abbrev, define it with EXPANSION = nil.
 If HOOK is non-nil, it should be a function of no arguments;
 it is called after EXPANSION is inserted.
-If EXPANSION is not a string, the abbrev is a special one,
- which does not expand in the usual way but only runs HOOK.
+If EXPANSION is not a string (and not nil), the abbrev is a
+ special one, which does not expand in the usual way but only
+ runs HOOK.
 
 PROPS is a property list.  The following properties are special:
 - `:count': the value for the abbrev's usage-count, which is incremented each