Mercurial > emacs
changeset 106698:c829707235e8
lisp/ChangeLog: Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 02 Jan 2010 02:06:31 +0100 |
parents | ac408704629c |
children | fa5a670f0c78 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 02 02:05:44 2010 +0100 +++ b/lisp/ChangeLog Sat Jan 02 02:06:31 2010 +0100 @@ -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>