aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-05-04 14:21:38 +0000
committerRichard M. Stallman2005-05-04 14:21:38 +0000
commit5648486ce09691c70e22a76d843eef335b46a781 (patch)
tree8c29acd53999cf2e9f22cf09b8b413596e6e20a3
parent97726d1bb67512a1459c473d11a2e89de51c6543 (diff)
downloademacs-5648486ce09691c70e22a76d843eef335b46a781.tar.gz
emacs-5648486ce09691c70e22a76d843eef335b46a781.zip
Follow whitespace conventions.
-rw-r--r--lispref/variables.texi4
1 files changed, 2 insertions, 2 deletions
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.
1714This function returns @var{base-var}. 1714This function returns @var{base-var}.
1715@end defun 1715@end defun
1716 1716
1717Variable aliases are convenient for replacing an old name for a 1717 Variable aliases are convenient for replacing an old name for a
1718variable with a new name. @code{make-obsolete-variable} declares that 1718variable with a new name. @code{make-obsolete-variable} declares that
1719the old name is obsolete and therefore that it may be removed at some 1719the old name is obsolete and therefore that it may be removed at some
1720stage in the future. 1720stage in the future.
@@ -1731,7 +1731,7 @@ variable was first made obsolete---for example, a date or a release
1731number. 1731number.
1732@end defun 1732@end defun
1733 1733
1734You can make two variables synonyms and declare one obsolete at the 1734 You can make two variables synonyms and declare one obsolete at the
1735same time using the macro @code{define-obsolete-variable-alias}. 1735same time using the macro @code{define-obsolete-variable-alias}.
1736 1736
1737@defmac define-obsolete-variable-alias variable new &optional when docstring 1737@defmac define-obsolete-variable-alias variable new &optional when docstring