emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/variables.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi
Date: Wed, 04 May 2005 10:21:38 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]