# HG changeset patch # User Richard M. Stallman # Date 851640052 0 # Node ID e3abbf649bee2569f2660f2a5c3118d53ed12777 # Parent 6ca8ed287a5363539b7766b7b380a18fb880c977 Change arg name for fset. diff -r 6ca8ed287a53 -r e3abbf649bee lispref/functions.texi --- a/lispref/functions.texi Thu Dec 26 22:40:23 1996 +0000 +++ b/lispref/functions.texi Thu Dec 26 22:40:52 1996 +0000 @@ -953,9 +953,9 @@ @end example @end defun -@defun fset symbol object -This function stores @var{object} in the function cell of @var{symbol}. -The result is @var{object}. Normally @var{object} should be a function +@defun fset symbol definition +This function stores @var{definition} in the function cell of @var{symbol}. +The result is @var{definition}. Normally @var{definition} should be a function or the name of a function, but this is not checked. There are three normal uses of this function: