[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/data.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/data.c |
Date: |
Thu, 18 Jul 2002 11:04:29 -0400 |
Index: emacs/src/data.c
diff -c emacs/src/data.c:1.213 emacs/src/data.c:1.214
*** emacs/src/data.c:1.213 Tue Jul 16 11:49:07 2002
--- emacs/src/data.c Thu Jul 18 11:04:29 2002
***************
*** 708,714 ****
DEFUN ("defalias", Fdefalias, Sdefalias, 2, 3, 0,
doc: /* Set SYMBOL's function definition to DEFINITION, and return
DEFINITION.
! Associates the function with the current load file, if any. */)
(symbol, definition, docstring)
register Lisp_Object symbol, definition, docstring;
{
--- 708,717 ----
DEFUN ("defalias", Fdefalias, Sdefalias, 2, 3, 0,
doc: /* Set SYMBOL's function definition to DEFINITION, and return
DEFINITION.
! Associates the function with the current load file, if any.
! The optional third argument DOCSTRING specifies the documentation string
! for SYMBOL; if it is omitted or nil, SYMBOL uses the documentation string
! determined by DEFINITION. */)
(symbol, definition, docstring)
register Lisp_Object symbol, definition, docstring;
{