From fc99733207e6a894a2067a7b832c126f859dc865 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Nov 2007 03:49:12 +0000 Subject: [PATCH] (Variable Aliases): Minor cleanup. --- doc/lispref/variables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.2