comparison 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
comparison
equal deleted inserted replaced
107145:541b767fb366 107146:149c0b848923
6550 it at all). This is similar to an `around' advice. 6550 it at all). This is similar to an `around' advice.
6551 VAR is normally a symbol (a variable) in which case it is treated like 6551 VAR is normally a symbol (a variable) in which case it is treated like
6552 a hook, with a buffer-local and a global part. But it can also be an 6552 a hook, with a buffer-local and a global part. But it can also be an
6553 arbitrary expression. 6553 arbitrary expression.
6554 ARGS is a list of variables which will be passed as additional arguments 6554 ARGS is a list of variables which will be passed as additional arguments
6555 to each function, after the inital argument, and which the first argument 6555 to each function, after the initial argument, and which the first argument
6556 expects to receive when called." 6556 expects to receive when called."
6557 (declare (indent 2) (debug t)) 6557 (declare (indent 2) (debug t))
6558 ;; We need those two gensyms because CL's lexical scoping is not available 6558 ;; We need those two gensyms because CL's lexical scoping is not available
6559 ;; for function arguments :-( 6559 ;; for function arguments :-(
6560 (let ((funs (make-symbol "funs")) 6560 (let ((funs (make-symbol "funs"))