comparison lisp/ChangeLog @ 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 541b767fb366
children 7e66e7efd47d e8f730fcd169
comparison
equal deleted inserted replaced
107145:541b767fb366 107146:149c0b848923
1 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * outline.el (outline-head-from-level):
4 * simple.el (with-wrapper-hook):
5 * cedet/ede.el (ede-run-target, project-delete-target)
6 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
7 (ede-adebug-project, ede-adebug-project-parent)
8 (ede-adebug-project-root):
9 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
10 (elint-defun, elint-buffer-env, elint-top-form-logged)
11 (elint-unbound-variable):
12 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13 Fix typos in docstrings.
14
1 2010-02-14 Michael Albinus <michael.albinus@gmx.de> 15 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2 16
3 * files.el (insert-directory): When WILDCARD-REGEXP and 17 * files.el (insert-directory): When WILDCARD-REGEXP and
4 FULL-DIRECTORY-P are nil, insert the file entry instead of the 18 FULL-DIRECTORY-P are nil, insert the file entry instead of the
5 whole directory. (Bug#5551) 19 whole directory. (Bug#5551)