emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/abbrev.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/abbrev.c,v
Date: Sun, 22 Apr 2007 17:00:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/22 17:00:20

Index: abbrev.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/abbrev.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- abbrev.c    21 Jan 2007 04:18:17 -0000      1.72
+++ abbrev.c    22 Apr 2007 17:00:20 -0000      1.73
@@ -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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]