1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Fix minor typo.

This commit is contained in:
Erik Naggum 1996-05-09 23:42:08 +00:00
parent f5ec5d3d8c
commit 378f60427d

View File

@ -248,7 +248,7 @@ coherent if all libraries use the same conventions.
@item
Try to avoid compiler warnings about undefined free variables, by adding
@cdode{defvar} definitions for these variables.
@code{defvar} definitions for these variables.
If you bind a variable in one function, and use it or set it in another
function, the compiler warns about the latter function unless the