emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/eval.c


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Fri, 31 Oct 2003 12:25:22 -0500

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.211 emacs/src/eval.c:1.212
*** emacs/src/eval.c:1.211      Mon Sep  1 11:45:52 2003
--- emacs/src/eval.c    Fri Oct 31 12:25:20 2003
***************
*** 701,708 ****
         doc: /* Make SYMBOL a variable alias for symbol ALIASED.
  Setting the value of SYMBOL will subsequently set the value of ALIASED,
  and getting the value of SYMBOL will return the value ALIASED has.
! ALIASED nil means remove the alias; SYMBOL is unbound after that.
! Third arg DOCSTRING, if non-nil, is documentation for SYMBOL.  */)
       (symbol, aliased, docstring)
       Lisp_Object symbol, aliased, docstring;
  {
--- 701,708 ----
         doc: /* Make SYMBOL a variable alias for symbol ALIASED.
  Setting the value of SYMBOL will subsequently set the value of ALIASED,
  and getting the value of SYMBOL will return the value ALIASED has.
! Third arg DOCSTRING, if non-nil, is documentation for SYMBOL.
! The return value is ALIASED.  */)
       (symbol, aliased, docstring)
       Lisp_Object symbol, aliased, docstring;
  {




reply via email to

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