summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>