Mercurial > emacs
changeset 15487:bf3ee2ec5068
(Fdefalias): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 Jun 1996 16:54:54 +0000 |
parents | 8c2363919ae0 |
children | fd4273de8c97 |
files | src/data.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;