emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Tue, 16 Jul 2002 07:40:16 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.714 emacs/etc/NEWS:1.715
*** emacs/etc/NEWS:1.714        Mon Jul 15 11:50:20 2002
--- emacs/etc/NEWS      Tue Jul 16 07:40:15 2002
***************
*** 1517,1528 ****
  
  ** Variable aliases have been implemented:
  
! - Macro: defvaralias ALIAS-VAR BASE-VAR [DOCSTRING]
  
! This defines the symbol ALIAS-VAR as a variable alias for symbol
! BASE-VAR.  This means that retrieving the value of ALIAS-VAR returns
! the value of BASE-VAR, and changing the value of ALIAS-VAR changes the
! value of BASE-VAR.
  
  DOCSTRING, if present, is the documentation for ALIAS-VAR; else it has
  the same documentation as BASE-VAR.
--- 1517,1528 ----
  
  ** Variable aliases have been implemented:
  
! - Function: defvaralias ALIAS-VAR BASE-VAR [DOCSTRING]
  
! This function defines the symbol ALIAS-VAR as a variable alias for
! symbol BASE-VAR.  This means that retrieving the value of ALIAS-VAR
! returns the value of BASE-VAR, and changing the value of ALIAS-VAR
! changes the value of BASE-VAR.
  
  DOCSTRING, if present, is the documentation for ALIAS-VAR; else it has
  the same documentation as BASE-VAR.



reply via email to

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