Mercurial > emacs
changeset 24742:8a812a76af70
(Fdefine_abbrev): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 May 1999 04:47:26 +0000 |
parents | 00ef85c8a0ff |
children | 003fb3ca1618 |
files | src/abbrev.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; {