diff src/data.c @ 46521:84a08db3c1e6

(Fdefalias): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 18 Jul 2002 15:04:29 +0000
parents 50a2414d96b7
children 06e2e0c47046
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;
 {