diff options
| author | Jesper Harder | 2004-04-18 02:05:02 +0000 |
|---|---|---|
| committer | Jesper Harder | 2004-04-18 02:05:02 +0000 |
| commit | e8d6f8864109ae762dde2cbc45c9df0bb82bb180 (patch) | |
| tree | a0fe22f6a91421c8a327dc0bc630d0f54f041f46 /lispref | |
| parent | 06e2fd488e846d50952025d07a5e12cc0cd4ff81 (diff) | |
| download | emacs-e8d6f8864109ae762dde2cbc45c9df0bb82bb180.tar.gz emacs-e8d6f8864109ae762dde2cbc45c9df0bb82bb180.zip | |
(Coding Conventions): defopt -> defcustom.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/tips.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 1e04943f4f2..3050abb2c7b 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-04-18 Jesper Harder <harder@ifa.au.dk> | ||
| 2 | |||
| 3 | * tips.texi (Coding Conventions): defopt -> defcustom. | ||
| 4 | |||
| 1 | 2004-04-16 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2004-04-16 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * sequences.texi: Various clarifications. | 7 | * 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 | |||
| 254 | are constructed. It is best for maintenance when the name of the | 254 | are constructed. It is best for maintenance when the name of the |
| 255 | function or variable being defined is given explicitly in the source | 255 | function or variable being defined is given explicitly in the source |
| 256 | code, as the second element of the list---as it is when you use | 256 | code, as the second element of the list---as it is when you use |
| 257 | @code{defun}, @code{defalias}, @code{defvar} and @code{defopt}. | 257 | @code{defun}, @code{defalias}, @code{defvar} and @code{defcustom}. |
| 258 | 258 | ||
| 259 | @item | 259 | @item |
| 260 | Please keep the names of your Emacs Lisp source files to 13 characters | 260 | Please keep the names of your Emacs Lisp source files to 13 characters |