diff src/data.c @ 15487:bf3ee2ec5068

(Fdefalias): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Jun 1996 16:54:54 +0000
parents f78162b0fc6e
children eb312ef89034
line wrap: on
line diff
--- a/src/data.c	Sat Jun 22 16:53:35 1996 +0000
+++ b/src/data.c	Sat Jun 22 16:54:54 1996 +0000
@@ -651,7 +651,7 @@
 /* This name should be removed once it is eliminated from elsewhere.  */
 
 DEFUN ("defalias", Fdefalias, Sdefalias, 2, 2, 0,
-  "Set SYMBOL's function definition to NEWVAL, and return NEWVAL.\n\
+  "Set SYMBOL's function definition to NEWDEF, and return NEWDEF.\n\
 Associates the function with the current load file, if any.")
   (symbol, newdef)
      register Lisp_Object symbol, newdef;