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: Mon, 15 Jul 2002 11:50:21 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.713 emacs/etc/NEWS:1.714
*** emacs/etc/NEWS:1.713        Sun Jul  7 20:02:20 2002
--- emacs/etc/NEWS      Mon Jul 15 11:50:20 2002
***************
*** 1517,1528 ****
  
  ** Variable aliases have been implemented:
  
! - Macro: defvaralias ALIAS-VAR BASE-VAR
  
  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.
  
  - Function: indirect-variable VARIABLE
  
--- 1517,1531 ----
  
  ** 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.
  
  - Function: indirect-variable VARIABLE
  



reply via email to

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