From baa573a3791927e88fad979ac8ffe34773fe7e93 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 26 Dec 1996 22:40:52 +0000 Subject: [PATCH] Change arg name for fset. --- lispref/functions.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lispref/functions.texi b/lispref/functions.texi index 27a521df702..035d231cf48 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi @@ -953,9 +953,9 @@ error. (See also @code{makunbound}, in @ref{Local Variables}.) @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: -- 2.39.5