summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-26 22:40:52 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-26 22:40:52 +0000
commitaa89a0c209ee3fa83968fb780b17dc3df39ed8f8 (patch)
tree2ca783db98a87f6b0c9a6b77dc8118280837316a /lispref
parentef5f7fcbdb81f5c80e5f2f55bb8e2e4a6a3b2284 (diff)
downloademacs-aa89a0c209ee3fa83968fb780b17dc3df39ed8f8.tar.gz
Change arg name for fset.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/functions.texi6
1 files 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: