mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
(Coding Conventions): Fix typos.
This commit is contained in:
parent
d30fe7798a
commit
94c0d7ed1a
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ Constructs that define a function or variable should be macros,
|
|||
not functions, and their names should start with @samp{def}.
|
||||
|
||||
@item
|
||||
Macros that define a functions or variables should take the name to be
|
||||
Macros that define a function or variable should take the name to be
|
||||
defined as the first argument. That will help various tools find the
|
||||
definition automatically. Avoid constructing the names in the macro
|
||||
itself, since that would confuse these tools.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue