Mercurial > emacs
comparison lisp/cedet/ChangeLog @ 110987:cda2045a5ee8
Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
* lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
* lisp/international/mule.el (define-coding-system):
* lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info):
* composite.el (compose-region): Fix typo in docstring.
* lisp/org/org-agenda.el (org-prefix-category-length)
(org-prefix-category-max-length): Fix typos in docstrings.
* src/font.c (Ffont_variation_glyphs):
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 13 Oct 2010 01:25:19 +0200 |
parents | 2ceb09ee5949 |
children | 516f3d80dac6 |
comparison
equal
deleted
inserted
replaced
110986:e0f89e89ed02 | 110987:cda2045a5ee8 |
---|---|
1 2010-10-12 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * semantic/symref/list.el (semantic-symref-list-rename-open-hits): | |
4 Fix typo in message. | |
5 (semantic-symref-list-map-open-hits): Fix typo in docstring. | |
6 | |
1 2010-09-30 Chong Yidong <cyd@stupidchicken.com> | 7 2010-09-30 Chong Yidong <cyd@stupidchicken.com> |
2 | 8 |
3 * semantic/bovine/el.el: | 9 * semantic/bovine/el.el: |
4 * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode): | 10 * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode): |
5 Fix require statements. | 11 Fix require statements. |
9 * semantic/tag.el (semantic-tag-version): Bump to 2.0. | 15 * semantic/tag.el (semantic-tag-version): Bump to 2.0. |
10 | 16 |
11 * semantic/db-typecache.el (semanticdb-typecache-find-default): | 17 * semantic/db-typecache.el (semanticdb-typecache-find-default): |
12 * semantic/imenu.el (semantic-create-imenu-index): | 18 * semantic/imenu.el (semantic-create-imenu-index): |
13 * semantic/grammar.el (semantic--grammar-macro-function-tag): | 19 * semantic/grammar.el (semantic--grammar-macro-function-tag): |
14 * semantic/fw.el (semanticdb-without-unloaded-file-searches): Fix | 20 * semantic/fw.el (semanticdb-without-unloaded-file-searches): |
15 require. Suggested by David Engster. | 21 Fix require. Suggested by David Engster. |
16 | 22 |
17 * semantic/bovine/c-by.el: Regenerate. | 23 * semantic/bovine/c-by.el: Regenerate. |
18 | 24 |
19 2010-09-29 Eric Ludlam <zappo@gnu.org> | 25 2010-09-29 Eric Ludlam <zappo@gnu.org> |
20 | 26 |