]> code.delx.au - gnu-emacs/commitdiff
(Fdefine_abbrev): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 May 1999 04:47:26 +0000 (04:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 May 1999 04:47:26 +0000 (04:47 +0000)
src/abbrev.c

index 567aa3ca5f44541a2c34605d72a11e1f6d168197..f8352ad3660b8bcf29bedd248945386dcfc56eeb 100644 (file)
@@ -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;
 {