]> git.eshelyaron.com Git - emacs.git/commitdiff
(Coding Conventions): defopt -> defcustom.
authorJesper Harder <harder@ifa.au.dk>
Sun, 18 Apr 2004 02:05:02 +0000 (02:05 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sun, 18 Apr 2004 02:05:02 +0000 (02:05 +0000)
lispref/ChangeLog
lispref/tips.texi

index 1e04943f4f261910ecc6d52b4858c5e33aaedd0a..3050abb2c7b75b9cd4509c736e272a181985e6b5 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-18  Jesper Harder  <harder@ifa.au.dk>
+
+       * tips.texi (Coding Conventions): defopt -> defcustom.
+
 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
 
        * sequences.texi: Various clarifications.
index 18d62e9f458bcfe656ae72102c887f73ae640568..a85147f1d8fd2b8a1bdcd28922fc08c2ca14b915 100644 (file)
@@ -254,7 +254,7 @@ Avoid using macros that define functions and variables with names that
 are constructed.  It is best for maintenance when the name of the
 function or variable being defined is given explicitly in the source
 code, as the second element of the list---as it is when you use
-@code{defun}, @code{defalias}, @code{defvar} and @code{defopt}.
+@code{defun}, @code{defalias}, @code{defvar} and @code{defcustom}.
 
 @item
 Please keep the names of your Emacs Lisp source files to 13 characters