Mercurial > emacs
changeset 62058:7276665dac33
Follow whitespace conventions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 May 2005 14:21:38 +0000 |
parents | df25c31228d9 |
children | 1f57a1631e42 |
files | lispref/variables.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/variables.texi Tue May 03 22:38:39 2005 +0000 +++ b/lispref/variables.texi Wed May 04 14:21:38 2005 +0000 @@ -1714,7 +1714,7 @@ This function returns @var{base-var}. @end defun -Variable aliases are convenient for replacing an old name for a + Variable aliases are convenient for replacing an old name for a variable with a new name. @code{make-obsolete-variable} declares that the old name is obsolete and therefore that it may be removed at some stage in the future. @@ -1731,7 +1731,7 @@ number. @end defun -You can make two variables synonyms and declare one obsolete at the + You can make two variables synonyms and declare one obsolete at the same time using the macro @code{define-obsolete-variable-alias}. @defmac define-obsolete-variable-alias variable new &optional when docstring