Mercurial > emacs
changeset 98808:8ed760341617
(define-abbrev): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 17 Oct 2008 21:25:58 +0000 |
parents | 7b4b534abee3 |
children | 56ffea265e5a |
files | lisp/abbrev.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/abbrev.el Fri Oct 17 21:25:46 2008 +0000 +++ b/lisp/abbrev.el Fri Oct 17 21:25:58 2008 +0000 @@ -530,8 +530,9 @@ 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