changeset 86434:1aadc9bdea81

(Variable Aliases): Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Nov 2007 03:49:12 +0000
parents 62788290378a
children 52972c3aa85e
files doc/lispref/variables.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/variables.texi	Sun Nov 25 03:48:41 2007 +0000
+++ b/doc/lispref/variables.texi	Sun Nov 25 03:49:12 2007 +0000
@@ -1701,7 +1701,7 @@
 stage in the future.
 
 @defun make-obsolete-variable obsolete-name current-name &optional when
-This function makes the byte-compiler warn that the variable
+This function makes the byte compiler warn that the variable
 @var{obsolete-name} is obsolete.  If @var{current-name} is a symbol, it is
 the variable's new name; then the warning message says to use
 @var{current-name} instead of @var{obsolete-name}.  If @var{current-name}