summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-01-02 02:06:31 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-01-02 02:06:31 +0100
commitd8c75479e9e93c78f2d12c43b4b4b5f1478d9b57 (patch)
treeb6f016e1394942213e21f014f8cf1cbba9ca5a54
parent0472835ff2f73013a9633306bf60faa49cd777ba (diff)
downloademacs-d8c75479e9e93c78f2d12c43b4b4b5f1478d9b57.tar.gz
emacs-d8c75479e9e93c78f2d12c43b4b4b5f1478d9b57.tar.bz2
emacs-d8c75479e9e93c78f2d12c43b4b4b5f1478d9b57.zip
lisp/ChangeLog: Fix typos.
-rw-r--r--lisp/ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5b630124e44..75048032b67 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -69,7 +69,7 @@
Show working revision correctly for mercurial.
* vc-hg.el (vc-hg-working-revision): Use hg parent instead of
- hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>,
+ hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2009-12-29 Juanma Barranquero <lekktu@gmail.com>
@@ -122,8 +122,7 @@
been a secret. (Further to bug#3717.)
(Man-bgproc-sentinel): When "-k foo" produces no output show error
"no matches" rather than "Can't find manpage", as the latter reads
- like -k was interpreted as a page name, which is not so. (My
- bug#5431.)
+ like -k was interpreted as a page name, which is not so. (Bug#5431)
2009-12-26 Michael Albinus <michael.albinus@gmx.de>