diff lispref/variables.texi @ 61859:348a53b1dd79

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Apr 2005 11:05:02 +0000
parents 86712739476e
children 846493e4a4fa
line wrap: on
line diff
--- a/lispref/variables.texi	Tue Apr 26 11:02:15 2005 +0000
+++ b/lispref/variables.texi	Tue Apr 26 11:05:02 2005 +0000
@@ -1722,7 +1722,7 @@
 @defmac make-obsolete-variable variable new &optional when
 This macro makes the byte-compiler warn that the variable
 @var{variable} is obsolete.  If @var{new} is a symbol, it is the
-variable's new name; then the warning messages says to use @var{new}
+variable's new name; then the warning message says to use @var{new}
 instead of @var{variable}.  If @var{new} is a string, this is the
 message and there is no replacement variable.