comparison lisp/ChangeLog @ 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 15f0de42e686
children 7c505f803ab1 57f5cd442a4f
comparison
equal deleted inserted replaced
106649:11605ddedbe6 106650:8caf4b7cfaab
4 node. Keep previous "Index" name to work with past coreutils too. 4 node. Keep previous "Index" name to work with past coreutils too.
5 5
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
12 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the 16 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
13 switches. Check also for //SUBDIRED// line. 17 switches. Check also for //SUBDIRED// line.