aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2010-03-08 14:00:18 +0100
committerJuanma Barranquero <[email protected]>2010-03-08 14:00:18 +0100
commitf7e0618c1371ef9fd39e585716966b82190998c1 (patch)
tree6ba94c0e4ec7db2b5b453405a23b65ac71b44f0c /lisp
parentebc3ea5cb801b02a0e0a47f9faf983a997c0919f (diff)
Fix typos in Changelogs.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d90cb8a927..cc3683eaa7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -11,7 +11,7 @@
2010-03-07 Štěpán Němec <[email protected]> (tiny change)
* vc-git.el (vc-git-annotate-extract-revision-at-line): Use
- vc-git-root as default direcotry for revision path (Bug#5657).
+ vc-git-root as default directory for revision path (Bug#5657).
2010-03-06 Chong Yidong <[email protected]>
@@ -81,7 +81,7 @@
2010-03-01 Alan Mackenzie <[email protected]>
* cc-engine.el (c-remove-stale-state-cache): Take account of when
- `good-pos' is in the same macro as `here'. Fixes bug 5649.
+ `good-pos' is in the same macro as `here'. Fixes bug#5649.
2010-02-28 Katsumi Yamaoka <[email protected]>
@@ -190,8 +190,8 @@
2010-02-20 Kevin Ryde <[email protected]>
- * progmodes/compile.el (compilation-error-regexp-alist-alist): In
- `watcom' anchor regexp to start of line, to avoid slowness
+ * progmodes/compile.el (compilation-error-regexp-alist-alist):
+ In `watcom' anchor regexp to start of line, to avoid slowness
(Bug#5599).
2010-02-20 Eli Zaretskii <[email protected]>
@@ -256,9 +256,9 @@
2010-02-17 Mark A. Hershberger <[email protected]>
- * vc-bzr.el: fix typo in Known Bugs section.
+ * vc-bzr.el: Fix typo in Known Bugs section.
- * isearch.el (isearch-update-post-hook): New hook
+ * isearch.el (isearch-update-post-hook): New hook.
(isearch-update): Use the new hook.
2010-02-16 Michael Albinus <[email protected]>