From 6b2421db0e43f31b937d469eb124328723e7488e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 Jun 1996 16:54:54 +0000 Subject: [PATCH] (Fdefalias): Doc fix. --- src/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2