From 434c0be6cc15e46449aed4796298ae1fe1c85b91 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 17 Oct 2008 21:25:58 +0000 Subject: [PATCH] (define-abbrev): Doc fix. --- lisp/abbrev.el | 5 +++-- 1 file 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. 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