Mercurial > emacs
comparison lisp/ChangeLog @ 110561:93141d34a175
Fix typos.
* lisp/finder.el (finder-unknown-keywords):
* lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
* lisp/progmodes/etags.el (tags-table-including): Fix typos in docstrings.
* lisp/cedet/semantic/lex.el (semantic-ignore-comments): Doc fix.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in error message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/org/org-agenda.el (org-agenda-hide-tags-regexp):
* lisp/org/org.el (org-refile-targets): Fix typos in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 25 Sep 2010 14:04:35 +0200 |
parents | 310fef3bdbbb |
children | 71576987bc2d |
comparison
equal
deleted
inserted
replaced
110560:3b57f0a3b766 | 110561:93141d34a175 |
---|---|
1 2010-09-25 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * finder.el (finder-unknown-keywords): | |
4 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count): | |
5 * progmodes/etags.el (tags-table-including): Fix typos in docstrings. | |
6 | |
1 2010-09-25 Juanma Barranquero <lekktu@gmail.com> | 7 2010-09-25 Juanma Barranquero <lekktu@gmail.com> |
2 | 8 |
3 * server.el (server-start): Revert part of 2010-08-08 change. Using | 9 * server.el (server-start): Revert part of 2010-08-08 change. Using |
4 address 127.0.0.1 for local host is now done in Fmake_network_process. | 10 address 127.0.0.1 for local host is now done in Fmake_network_process. |
5 | 11 |