# HG changeset patch # User Richard M. Stallman # Date 1115216498 0 # Node ID 7276665dac33ad1a761cedbebe3f581609b13701 # Parent df25c31228d99603cd8fdbf2ef2d380b5bac9f21 Follow whitespace conventions. diff -r df25c31228d9 -r 7276665dac33 lispref/variables.texi --- 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