diff options
| author | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-04 14:06:35 +0000 | 
|---|---|---|
| committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-04 14:06:35 +0000 | 
| commit | de4557c096f0ef91763331e8ca3c8fe45b223aca (patch) | |
| tree | b1e6346013614fceb733ad4fde3a9cf5edf1a734 /doc | |
| parent | [w3m-dev 04363] Re: w3m's bugs from bugs.debian.org (diff) | |
| download | w3m-de4557c096f0ef91763331e8ca3c8fe45b223aca.tar.gz w3m-de4557c096f0ef91763331e8ca3c8fe45b223aca.zip  | |
fix conditions for UseGraphicChar
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/MANUAL.html | 2 | ||||
| -rw-r--r-- | doc/README.m17n | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/MANUAL.html b/doc/MANUAL.html index c134462..aff0189 100644 --- a/doc/MANUAL.html +++ b/doc/MANUAL.html @@ -129,7 +129,7 @@ with -cols option.  <dt>-no-proxy  <dd>Don't use proxy server.  <dt>-no-graph -<dd>Don't use graphic character to draw frames. +<dd>Use ASCII character to draw frames.  <dt>-no-mouse  <dd>Don't activate mouse.  <dt>-config file diff --git a/doc/README.m17n b/doc/README.m17n index 0dd1b78..d3a6ea5 100644 --- a/doc/README.m17n +++ b/doc/README.m17n @@ -202,7 +202,7 @@ Option pannel         Use alternate expression with ASCII for entities. (Default: ON)         If it is OFF, entities are treated as ISO 8859-1     graphic_char -       Use graphic char for border of table and menu. +       Use DEC special graphics for border of table and menu.         If it is OFF, ruled line is used with CJK charset or UTF-8.  Code conversion  | 
