Mercurial > emacs
changeset 106249:970115624642
(man): completion-ignore-case t for friendliness and since man
itself is case-insensitive on the command line.
author | Kevin Ryde <user42@zip.com.au> |
---|---|
date | Wed, 25 Nov 2009 22:52:02 +0000 |
parents | e35ae171fed1 |
children | 456620b3e939 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 25 22:51:07 2009 +0000 +++ b/lisp/ChangeLog Wed Nov 25 22:52:02 2009 +0000 @@ -3,8 +3,10 @@ * man.el (Man-completion-table): default-directory "/" in case doesn't otherwise exist. process-environment COLUMNS=999 so as not to truncate long names. process-connection-type pipe to avoid - any chance of hitting the pseudo-tty TIOCGWINSZ. (Further to - Bug#3717.) + any chance of hitting the pseudo-tty TIOCGWINSZ. + (man): completion-ignore-case t for friendliness and since man + itself is case-insensitive on the command line. + Further to Bug#3717. 2009-11-25 Juri Linkov <juri@jurta.org>