diff options
| author | Kevin Ryde | 2009-12-26 22:02:26 +0000 |
|---|---|---|
| committer | Kevin Ryde | 2009-12-26 22:02:26 +0000 |
| commit | 651e932ee3fc3a63894ec2bd69216c912c02254c (patch) | |
| tree | 6ed253438fa11baf92c2673f226551c9bb26bae2 | |
| parent | 69bcb1f3b2065231849af71fbec2505aad407012 (diff) | |
| download | emacs-651e932ee3fc3a63894ec2bd69216c912c02254c.tar.gz emacs-651e932ee3fc3a63894ec2bd69216c912c02254c.zip | |
* 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.)
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 28b4f29836c..3d54f5f08dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | * man.el (man): Revise docstring a bit to show -a and -l as | 6 | * man.el (man): Revise docstring a bit to show -a and -l as |
| 7 | examples. Add -k description since support for it has otherwise | 7 | examples. Add -k description since support for it has otherwise |
| 8 | been a secret. (Further to bug#3717.) | 8 | been a secret. (Further to bug#3717.) |
| 9 | (Man-bgproc-sentinel): When "-k foo" produces no output show error | ||
| 10 | "no matches" rather than "Can't find manpage", as the latter reads | ||
| 11 | like -k was interpreted as a page name, which is not so. (My | ||
| 12 | bug#5431.) | ||
| 9 | 13 | ||
| 10 | 2009-12-26 Michael Albinus <michael.albinus@gmx.de> | 14 | 2009-12-26 Michael Albinus <michael.albinus@gmx.de> |
| 11 | 15 | ||