From: Richard M. Stallman Date: Sun, 22 Apr 2007 17:00:20 +0000 (+0000) Subject: (Fdefine_abbrev): Doc fix. X-Git-Tag: emacs-pretest-22.0.99~60 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d6af89213439a5f086a617a5731fd7f3ebf595d;p=emacs.git (Fdefine_abbrev): Doc fix. --- diff --git a/src/abbrev.c b/src/abbrev.c index 7dea6969f35..40cad1832fc 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -110,7 +110,7 @@ DEFUN ("clear-abbrev-table", Fclear_abbrev_table, Sclear_abbrev_table, 1, 1, 0, DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_abbrev, 3, 6, 0, doc: /* Define an abbrev in TABLE named NAME, to expand to EXPANSION and call HOOK. -NAME must be a string. +NAME must be a string, and should be lower-case. EXPANSION should usually be a string. To undefine an abbrev, define it with EXPANSION = nil. If HOOK is non-nil, it should be a function of no arguments;