summaryrefslogtreecommitdiff
path: root/src/data.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-14 12:23:26 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-14 12:23:26 -0800
commit8350f087efe62e2ce0ded434534629a56cdc4e8c (patch)
tree9976cec81196a0465269f8669f2a85328570dfd4 /src/data.c
parent322ad6ec0e773dffefad12df88c98041ca35b427 (diff)
downloademacs-8350f087efe62e2ce0ded434534629a56cdc4e8c.tar.gz
emacs-8350f087efe62e2ce0ded434534629a56cdc4e8c.tar.bz2
emacs-8350f087efe62e2ce0ded434534629a56cdc4e8c.zip
Spelling fixes.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 76a54547a5d..e8d2b43198f 100644
--- a/src/data.c
+++ b/src/data.c
@@ -2028,7 +2028,7 @@ DEFUN ("indirect-function", Findirect_function, Sindirect_function, 1, 2, 0,
If OBJECT is not a symbol, just return it. Otherwise, follow all
function indirections to find the final function binding and return it.
If the final symbol in the chain is unbound, signal a void-function error.
-Optional arg NOERROR non-nil means to return nil instead of signalling.
+Optional arg NOERROR non-nil means to return nil instead of signaling.
Signal a cyclic-function-indirection error if there is a loop in the
function chain of symbols. */)
(register Lisp_Object object, Lisp_Object noerror)