diff lisp/simple.el @ 107146:149c0b848923

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):
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 14 Feb 2010 18:28:10 +0100
parents 38f0f81b2f1f
children 282ddc0ca465
line wrap: on
line diff
--- a/lisp/simple.el	Sun Feb 14 10:23:52 2010 +0100
+++ b/lisp/simple.el	Sun Feb 14 18:28:10 2010 +0100
@@ -6552,7 +6552,7 @@
 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