From 651e932ee3fc3a63894ec2bd69216c912c02254c Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 26 Dec 2009 22:02:26 +0000 Subject: [PATCH] * 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.) --- lisp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 28b4f29836c..3d54f5f08dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 -- 2.11.4.GIT