# HG changeset patch # User Richard M. Stallman # Date 1195962552 0 # Node ID 1aadc9bdea814d401fee5269c0ba3c013e7c7dfa # Parent 62788290378aef80243cbc9cd549de5d74e96006 (Variable Aliases): Minor cleanup. diff -r 62788290378a -r 1aadc9bdea81 doc/lispref/variables.texi --- 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}