# HG changeset patch # User Kevin Ryde # Date 1259189522 0 # Node ID 970115624642c66751c34f48a4937e9d0b230190 # Parent e35ae171fed1ad4c4f2dd10c4af8ba27b0edfc21 (man): completion-ignore-case t for friendliness and since man itself is case-insensitive on the command line. diff -r e35ae171fed1 -r 970115624642 lisp/ChangeLog --- 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