From: Richard M. Stallman Date: Sun, 25 Nov 2007 03:49:12 +0000 (+0000) Subject: (Variable Aliases): Minor cleanup. X-Git-Tag: emacs-pretest-23.0.90~9476 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc99733207e6a894a2067a7b832c126f859dc865;p=emacs.git (Variable Aliases): Minor cleanup. --- diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 0ca217dbe47..aee7d4f8be3 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -1701,7 +1701,7 @@ the old name is obsolete and therefore that it may be removed at some 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}