Index: emacs/lispref/variables.texi
diff -c emacs/lispref/variables.texi:1.58 emacs/lispref/variables.texi:1.59
*** emacs/lispref/variables.texi:1.58   Mon May  2 02:47:30 2005
--- emacs/lispref/variables.texi        Wed May  4 14:21:38 2005
***************
*** 1714,1720 ****
  This function returns @var{base-var}.
  @end defun
  
! 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.
--- 1714,1720 ----
  This function returns @var{base-var}.
  @end defun
  
!   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,1737 ****
  number.
  @end defun
  
! 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
--- 1731,1737 ----
  number.
  @end defun
  
!   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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to