comparison src/data.c @ 15487:bf3ee2ec5068

(Fdefalias): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Jun 1996 16:54:54 +0000
parents f78162b0fc6e
children eb312ef89034
comparison
equal deleted inserted replaced
15486:8c2363919ae0 15487:bf3ee2ec5068
649 } 649 }
650 650
651 /* This name should be removed once it is eliminated from elsewhere. */ 651 /* This name should be removed once it is eliminated from elsewhere. */
652 652
653 DEFUN ("defalias", Fdefalias, Sdefalias, 2, 2, 0, 653 DEFUN ("defalias", Fdefalias, Sdefalias, 2, 2, 0,
654 "Set SYMBOL's function definition to NEWVAL, and return NEWVAL.\n\ 654 "Set SYMBOL's function definition to NEWDEF, and return NEWDEF.\n\
655 Associates the function with the current load file, if any.") 655 Associates the function with the current load file, if any.")
656 (symbol, newdef) 656 (symbol, newdef)
657 register Lisp_Object symbol, newdef; 657 register Lisp_Object symbol, newdef;
658 { 658 {
659 CHECK_SYMBOL (symbol, 0); 659 CHECK_SYMBOL (symbol, 0);