From: Richard M. Stallman Date: Sat, 22 Jun 1996 16:54:54 +0000 (+0000) Subject: (Fdefalias): Doc fix. X-Git-Tag: emacs-19.34~375 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b2421db0e43f31b937d469eb124328723e7488e;p=emacs.git (Fdefalias): Doc fix. --- diff --git a/src/data.c b/src/data.c index 23b15d0081f..88ed31a14bb 100644 --- a/src/data.c +++ b/src/data.c @@ -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;