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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi
Date: Tue, 16 Jul 2002 07:43:32 -0400

Index: emacs/lispref/variables.texi
diff -c emacs/lispref/variables.texi:1.33 emacs/lispref/variables.texi:1.34
*** emacs/lispref/variables.texi:1.33   Mon Jul 15 11:50:56 2002
--- emacs/lispref/variables.texi        Tue Jul 16 07:43:32 2002
***************
*** 1676,1682 ****
  to keep the old name as an @emph{alias} of the new one for
  compatibility.  You can do this with @code{defvaralias}.
  
! @defmac defvaralias alias-var base-var [docstring]
  This function defines the symbol @var{alias-var} as a variable alias
  for symbol @var{base-var}. This means that retrieving the value of
  @var{alias-var} returns the value of @var{base-var}, and changing the
--- 1676,1682 ----
  to keep the old name as an @emph{alias} of the new one for
  compatibility.  You can do this with @code{defvaralias}.
  
! @defun defvaralias alias-var base-var [docstring]
  This function defines the symbol @var{alias-var} as a variable alias
  for symbol @var{base-var}. This means that retrieving the value of
  @var{alias-var} returns the value of @var{base-var}, and changing the
***************
*** 1685,1691 ****
  If the @var{docstring} argument is present, it specifies the documentation for
  @var{alias-var}; otherwise, it has the same documentation as @var{base-var},
  if any.
! @end defmac
  
  @defun indirect-variable variable
  This function returns the variable at the end of the chain of aliases
--- 1685,1691 ----
  If the @var{docstring} argument is present, it specifies the documentation for
  @var{alias-var}; otherwise, it has the same documentation as @var{base-var},
  if any.
! @end defun
  
  @defun indirect-variable variable
  This function returns the variable at the end of the chain of aliases



reply via email to

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