]> git.eshelyaron.com Git - emacs.git/commitdiff
Change arg name for fset.
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Dec 1996 22:40:52 +0000 (22:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Dec 1996 22:40:52 +0000 (22:40 +0000)
lispref/functions.texi

index 27a521df7029d013b37477163345a73bc24ab333..035d231cf48569d34ee554a74cb338ed1acaf2ad 100644 (file)
@@ -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: