# HG changeset patch # User Richard M. Stallman # Date 927002846 0 # Node ID 8a812a76af70cacfd787677d40137522a3098518 # Parent 00ef85c8a0ffd4dd1ef662447475ab31dca9bab6 (Fdefine_abbrev): Doc fix. diff -r 00ef85c8a0ff -r 8a812a76af70 src/abbrev.c --- a/src/abbrev.c Tue May 18 04:20:59 1999 +0000 +++ b/src/abbrev.c Tue May 18 04:47:26 1999 +0000 @@ -111,7 +111,9 @@ 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; {