diff lispref/tips.texi @ 54964:4732f3096a88

(Coding Conventions): defopt -> defcustom.
author Jesper Harder <harder@ifa.au.dk>
date Sun, 18 Apr 2004 02:05:02 +0000
parents 17dfaa4af669
children b6f9481dcccd 4c90ffeb71c5
line wrap: on
line diff
--- a/lispref/tips.texi	Sat Apr 17 23:15:16 2004 +0000
+++ b/lispref/tips.texi	Sun Apr 18 02:05:02 2004 +0000
@@ -254,7 +254,7 @@
 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