mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
(Coding Conventions): defopt -> defcustom.
This commit is contained in:
parent
06e2fd488e
commit
e8d6f88641
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue