1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(Coding Conventions): Minor fix.

This commit is contained in:
Richard M. Stallman 2004-02-17 01:12:57 +00:00
parent 2a2331727a
commit ee49c7d90e

View File

@ -251,7 +251,7 @@ replacements differs from that of the originals.
@item
Avoid using macros that define functions and variables with names that
are constructed. It is best for maintenance wen the name of the
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}.