diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-11-25 03:49:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-11-25 03:49:12 +0000 |
commit | fc99733207e6a894a2067a7b832c126f859dc865 (patch) | |
tree | bbbae7da6626d5a0256ac932a4d77ad8a7503627 /doc/lispref/variables.texi | |
parent | a67cf2bbea86cae5e81efb6cb66412e75118a79e (diff) | |
download | emacs-fc99733207e6a894a2067a7b832c126f859dc865.tar.gz emacs-fc99733207e6a894a2067a7b832c126f859dc865.tar.bz2 emacs-fc99733207e6a894a2067a7b832c126f859dc865.zip |
(Variable Aliases): Minor cleanup.
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r-- | doc/lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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} |