changeset 106650:8caf4b7cfaab

* man.el (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.)
author Kevin Ryde <user42@zip.com.au>
date Sat, 26 Dec 2009 22:02:26 +0000
parents 11605ddedbe6
children 5fdab8db3bcb
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Dec 26 22:00:47 2009 +0000
+++ b/lisp/ChangeLog	Sat Dec 26 22:02:26 2009 +0000
@@ -6,6 +6,10 @@
 	* man.el (man): Revise docstring a bit to show -a and -l as
 	examples.  Add -k description since support for it has otherwise
 	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.)
 
 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>