[Top][All Lists]
[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: |
Thu, 05 May 2005 18:40:56 -0400 |
Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.236 emacs/src/eval.c:1.237
*** emacs/src/eval.c:1.236 Thu Apr 28 08:38:35 2005
--- emacs/src/eval.c Thu May 5 22:40:56 2005
***************
*** 725,731 ****
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;
--- 725,733 ----
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. If it is
! omitted or nil, SYMBOL gets the documentation string of ALIASED, or of the
! variable at the end of the chain of aliases, if ALIASED is itself an alias.
The return value is ALIASED. */)
(symbol, aliased, docstring)
Lisp_Object symbol, aliased, docstring;
- [Emacs-diffs] Changes to emacs/src/eval.c,
Luc Teirlinck <=