1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
(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.)
This commit is contained in:
Kevin Ryde 2009-12-26 22:02:26 +00:00
parent 69bcb1f3b2
commit 651e932ee3

View File

@ -6,6 +6,10 @@
* man.el (man): Revise docstring a bit to show -a and -l as * man.el (man): Revise docstring a bit to show -a and -l as
examples. Add -k description since support for it has otherwise examples. Add -k description since support for it has otherwise
been a secret. (Further to bug#3717.) 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> 2009-12-26 Michael Albinus <michael.albinus@gmx.de>