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:
parent
06e2fd488e
commit
e8d6f88641
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user