From: Richard M. Stallman Date: Wed, 4 May 2005 14:21:38 +0000 (+0000) Subject: Follow whitespace conventions. X-Git-Tag: ttn-vms-21-2-B4~546 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5648486ce09691c70e22a76d843eef335b46a781;p=emacs.git Follow whitespace conventions. --- diff --git a/lispref/variables.texi b/lispref/variables.texi index c8cc8d50f82..8b34f4bb9aa 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -1714,7 +1714,7 @@ of the variable at the end of the chain of aliases. 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 @@ variable was first made obsolete---for example, a date or a release 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