diff options
| author | Richard M. Stallman | 2004-02-17 01:12:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-02-17 01:12:57 +0000 |
| commit | ee49c7d90e95d63f4e602895cf3ae7c658cfda46 (patch) | |
| tree | 53b5825e024a8fcec22fe7235c3e0ebc590af1a2 | |
| parent | 2a2331727ac9216ec4861ae8805890d9403f7d39 (diff) | |
| download | emacs-ee49c7d90e95d63f4e602895cf3ae7c658cfda46.tar.gz emacs-ee49c7d90e95d63f4e602895cf3ae7c658cfda46.zip | |
(Coding Conventions): Minor fix.
| -rw-r--r-- | lispref/tips.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi index c78d13f947e..e917a90b0e4 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi | |||
| @@ -251,7 +251,7 @@ replacements differs from that of the originals. | |||
| 251 | 251 | ||
| 252 | @item | 252 | @item |
| 253 | Avoid using macros that define functions and variables with names that | 253 | Avoid using macros that define functions and variables with names that |
| 254 | are constructed. It is best for maintenance wen 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{defopt}. |