1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(Variable Aliases): Minor cleanup.

This commit is contained in:
Richard M. Stallman 2007-11-25 03:49:12 +00:00
parent a67cf2bbea
commit fc99733207

View File

@ -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}