changeset 46521:84a08db3c1e6

(Fdefalias): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 18 Jul 2002 15:04:29 +0000
parents 31c7343400b9
children 16bfc5cf92da
files src/data.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/data.c	Thu Jul 18 15:02:00 2002 +0000
+++ b/src/data.c	Thu Jul 18 15:04:29 2002 +0000
@@ -708,7 +708,10 @@
 
 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.  */)
+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;
 {