diff options
| author | Glenn Morris | 2009-09-30 07:55:35 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-30 07:55:35 +0000 |
| commit | d16d4acd043c76ba70dd042af9de2394fa14ac90 (patch) | |
| tree | 7ff0a774a3c08305b4d889a66b797dca92c5256f /lisp/ChangeLog | |
| parent | 40f9bf943754f8cb1f72bbb395c7de489053dc98 (diff) | |
| download | emacs-d16d4acd043c76ba70dd042af9de2394fa14ac90.tar.gz emacs-d16d4acd043c76ba70dd042af9de2394fa14ac90.zip | |
Fix comment typos.
(semantic-mrub-completing-read, semantic-mrub-switch-tags): Fix doc typos.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad3abdc332a..1e60a7f2bf0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-09-30 Glenn Morris <rgm@gnu.org> | 1 | 2009-09-30 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read) | ||
| 4 | (semantic-mrub-switch-tags): Fix doc typos. | ||
| 5 | |||
| 3 | * cedet/semantic/db-global.el (data-debug-new-buffer) | 6 | * cedet/semantic/db-global.el (data-debug-new-buffer) |
| 4 | (data-debug-insert-thing): Remove unneeded declarations (one broken). | 7 | (data-debug-insert-thing): Remove unneeded declarations (one broken). |
| 5 | (semanticdb-enable-gnu-global-databases): Fix prompt typo. | 8 | (semanticdb-enable-gnu-global-databases): Fix prompt typo. |