From: Jesper Harder Date: Sun, 18 Apr 2004 02:05:02 +0000 (+0000) Subject: (Coding Conventions): defopt -> defcustom. X-Git-Tag: ttn-vms-21-2-B4~6751 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8d6f8864109ae762dde2cbc45c9df0bb82bb180;p=emacs.git (Coding Conventions): defopt -> defcustom. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 1e04943f4f2..3050abb2c7b 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-04-18 Jesper Harder + + * tips.texi (Coding Conventions): defopt -> defcustom. + 2004-04-16 Luc Teirlinck * sequences.texi: Various clarifications. diff --git a/lispref/tips.texi b/lispref/tips.texi index 18d62e9f458..a85147f1d8f 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -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