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

Diff of /emacs/src/data.c

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

revision 1.213 by raeburn, Tue Jul 16 15:49:07 2002 UTC revision 1.214 by rms, Thu Jul 18 15:04:29 2002 UTC
# Line 708  extern Lisp_Object Qfunction_documentati Line 708  extern Lisp_Object Qfunction_documentati
708    
709  DEFUN ("defalias", Fdefalias, Sdefalias, 2, 3, 0,  DEFUN ("defalias", Fdefalias, Sdefalias, 2, 3, 0,
710         doc: /* Set SYMBOL's function definition to DEFINITION, and return DEFINITION.         doc: /* Set SYMBOL's function definition to DEFINITION, and return DEFINITION.
711  Associates the function with the current load file, if any.  */)  Associates the function with the current load file, if any.
712    The optional third argument DOCSTRING specifies the documentation string
713    for SYMBOL; if it is omitted or nil, SYMBOL uses the documentation string
714    determined by DEFINITION.  */)
715       (symbol, definition, docstring)       (symbol, definition, docstring)
716       register Lisp_Object symbol, definition, docstring;       register Lisp_Object symbol, definition, docstring;
717  {  {

Legend:
Removed from v.1.213  
changed lines
  Added in v.1.214

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