changeset 77426:2e139d8d34bc

(Fdefine_abbrev): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Apr 2007 17:00:20 +0000
parents a0465482d78d
children 8cbcb17c1ac1
files src/abbrev.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/abbrev.c	Sun Apr 22 16:59:44 2007 +0000
+++ b/src/abbrev.c	Sun Apr 22 17:00:20 2007 +0000
@@ -110,7 +110,7 @@
 
 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;