diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-22 16:54:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-22 16:54:54 +0000 |
commit | bd03fed707f67403b065e15501b24ea6c0c4f34b (patch) | |
tree | 2b6426a2cc136103784746bb3df93e020c589d03 /src/data.c | |
parent | 74d4472dd8439f46c2585b588258fa6a9b6defb3 (diff) | |
download | emacs-bd03fed707f67403b065e15501b24ea6c0c4f34b.tar.gz |
(Fdefalias): Doc fix.
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 23b15d0081f..88ed31a14bb 100644 --- a/src/data.c +++ b/src/data.c @@ -651,7 +651,7 @@ DEFUN ("fset", Ffset, Sfset, 2, 2, 0, /* This name should be removed once it is eliminated from elsewhere. */ DEFUN ("defalias", Fdefalias, Sdefalias, 2, 2, 0, - "Set SYMBOL's function definition to NEWVAL, and return NEWVAL.\n\ + "Set SYMBOL's function definition to NEWDEF, and return NEWDEF.\n\ Associates the function with the current load file, if any.") (symbol, newdef) register Lisp_Object symbol, newdef; |