# HG changeset patch # User Richard M. Stallman # Date 835462494 0 # Node ID bf3ee2ec50686b29a64534f96b383208496e9666 # Parent 8c2363919ae0f5432792b4d1d3b79ca3f6b280a9 (Fdefalias): Doc fix. diff -r 8c2363919ae0 -r bf3ee2ec5068 src/data.c --- 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;