emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/tips.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/tips.texi,v
Date: Sun, 28 Jan 2007 07:20:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/01/28 07:20:41

Index: tips.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/tips.texi,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- tips.texi   16 Jan 2007 03:28:53 -0000      1.91
+++ tips.texi   28 Jan 2007 07:20:41 -0000      1.92
@@ -210,7 +210,8 @@
 not functions, and their names should start with @samp{def}.
 
 @item
-Macros that define a function or variable should take the name to be
+A macro that defines a function or variable should have a name that
+starts with @samp{define-}.  The macro should receive the name to be
 defined as the first argument.  That will help various tools find the
 definition automatically.  Avoid constructing the names in the macro
 itself, since that would confuse these tools.




reply via email to

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