1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(Coding Conventions): defopt -> defcustom.

This commit is contained in:
Jesper Harder 2004-04-18 02:05:02 +00:00
parent 06e2fd488e
commit e8d6f88641
2 changed files with 5 additions and 1 deletions

View 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.

View 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