From: Richard M. Stallman Date: Tue, 18 May 1999 04:47:26 +0000 (+0000) Subject: (Fdefine_abbrev): Doc fix. X-Git-Tag: emacs-20.4~207 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea02eb562d42debd202ce73fec292d4a8663a36f;p=emacs.git (Fdefine_abbrev): Doc fix. --- diff --git a/src/abbrev.c b/src/abbrev.c index 567aa3ca5f4..f8352ad3660 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -111,7 +111,9 @@ To undefine an abbrev, define it with EXPANSION = nil.\n\ If HOOK is non-nil, it should be a function of no arguments;\n\ it is called after EXPANSION is inserted.\n\ If EXPANSION is not a string, the abbrev is a special one,\n\ - which does not expand in the usual way but only runs HOOK.") + which does not expand in the usual way but only runs HOOK.\n\ +COUNT, if specified, initializes the abbrev's usage-count\n\ +which is incremented each time the abbrev is used.") (table, name, expansion, hook, count) Lisp_Object table, name, expansion, hook, count; {