aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2010-02-14 18:28:10 +0100
committerJuanma Barranquero <[email protected]>2010-02-14 18:28:10 +0100
commitfa5f7c5f63979de761dc3aa6ae232aa4b97b7663 (patch)
tree0c8b37a1dff67c268e872e7c06d63abd6209e5e6 /lisp/simple.el
parentecbaeb7bf5fd06f67347240a19b054a7a3698708 (diff)
Fix typos in docstrings.
* outline.el (outline-head-from-level): * simple.el (with-wrapper-hook): * cedet/ede.el (ede-run-target, project-delete-target) (project-dist-files, ede-name, ede-documentation, ede-parent-project) (ede-adebug-project, ede-adebug-project-parent) (ede-adebug-project-root): * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer) (elint-defun, elint-buffer-env, elint-top-form-logged) (elint-unbound-variable): * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index b16794f277..4e9ffdc974 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -6552,7 +6552,7 @@ VAR is normally a symbol (a variable) in which case it is treated like
a hook, with a buffer-local and a global part. But it can also be an
arbitrary expression.
ARGS is a list of variables which will be passed as additional arguments
-to each function, after the inital argument, and which the first argument
+to each function, after the initial argument, and which the first argument
expects to receive when called."
(declare (indent 2) (debug t))
;; We need those two gensyms because CL's lexical scoping is not available