diff options
| author | Richard M. Stallman | 2005-05-04 14:21:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-04 14:21:38 +0000 |
| commit | 5648486ce09691c70e22a76d843eef335b46a781 (patch) | |
| tree | 8c29acd53999cf2e9f22cf09b8b413596e6e20a3 | |
| parent | 97726d1bb67512a1459c473d11a2e89de51c6543 (diff) | |
| download | emacs-5648486ce09691c70e22a76d843eef335b46a781.tar.gz emacs-5648486ce09691c70e22a76d843eef335b46a781.zip | |
Follow whitespace conventions.
| -rw-r--r-- | lispref/variables.texi | 4 |
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. | |||
| 1714 | This function returns @var{base-var}. | 1714 | This function returns @var{base-var}. |
| 1715 | @end defun | 1715 | @end defun |
| 1716 | 1716 | ||
| 1717 | Variable aliases are convenient for replacing an old name for a | 1717 | Variable aliases are convenient for replacing an old name for a |
| 1718 | variable with a new name. @code{make-obsolete-variable} declares that | 1718 | variable with a new name. @code{make-obsolete-variable} declares that |
| 1719 | the old name is obsolete and therefore that it may be removed at some | 1719 | the old name is obsolete and therefore that it may be removed at some |
| 1720 | stage in the future. | 1720 | stage in the future. |
| @@ -1731,7 +1731,7 @@ variable was first made obsolete---for example, a date or a release | |||
| 1731 | number. | 1731 | number. |
| 1732 | @end defun | 1732 | @end defun |
| 1733 | 1733 | ||
| 1734 | You can make two variables synonyms and declare one obsolete at the | 1734 | You can make two variables synonyms and declare one obsolete at the |
| 1735 | same time using the macro @code{define-obsolete-variable-alias}. | 1735 | same 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 |