]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdefalias): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Jun 1996 16:54:54 +0000 (16:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Jun 1996 16:54:54 +0000 (16:54 +0000)
src/data.c

index 23b15d0081f4dbda69cf5f4299b921420f578746..88ed31a14bb6a403bde530d275e4cf8666485854 100644 (file)
@@ -651,7 +651,7 @@ DEFUN ("fset", Ffset, Sfset, 2, 2, 0,
 /* 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;