]> git.eshelyaron.com Git - emacs.git/commitdiff
Follow whitespace conventions.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 May 2005 14:21:38 +0000 (14:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 May 2005 14:21:38 +0000 (14:21 +0000)
lispref/variables.texi

index c8cc8d50f8251f1800ec09e9f7649808f6c5e03a..8b34f4bb9aa0ee2bb62343e6cd3c268375f25b3b 100644 (file)
@@ -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