Mercurial > emacs
changeset 16755:e3abbf649bee
Change arg name for fset.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 Dec 1996 22:40:52 +0000 |
parents | 6ca8ed287a53 |
children | 71113ba79b1b |
files | lispref/functions.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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: