/[emacs]/emacs/src/eval.c
ViewVC logotype

Diff of /emacs/src/eval.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.211 by miles, Mon Sep 1 15:45:52 2003 UTC revision 1.212 by teirllm, Fri Oct 31 17:25:20 2003 UTC
# Line 701  DEFUN ("defvaralias", Fdefvaralias, Sdef Line 701  DEFUN ("defvaralias", Fdefvaralias, Sdef
701         doc: /* Make SYMBOL a variable alias for symbol ALIASED.         doc: /* Make SYMBOL a variable alias for symbol ALIASED.
702  Setting the value of SYMBOL will subsequently set the value of ALIASED,  Setting the value of SYMBOL will subsequently set the value of ALIASED,
703  and getting the value of SYMBOL will return the value ALIASED has.  and getting the value of SYMBOL will return the value ALIASED has.
704  ALIASED nil means remove the alias; SYMBOL is unbound after that.  Third arg DOCSTRING, if non-nil, is documentation for SYMBOL.
705  Third arg DOCSTRING, if non-nil, is documentation for SYMBOL.  */)  The return value is ALIASED.  */)
706       (symbol, aliased, docstring)       (symbol, aliased, docstring)
707       Lisp_Object symbol, aliased, docstring;       Lisp_Object symbol, aliased, docstring;
708  {  {

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26