diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/FAQ.html | 4 | ||||
| -rw-r--r-- | doc/menu.default | 2 | ||||
| -rw-r--r-- | doc/menu.submenu | 2 | 
3 files changed, 6 insertions, 2 deletions
| diff --git a/doc/FAQ.html b/doc/FAQ.html index a3e0cfc..50478e3 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -270,6 +270,10 @@ with Ctrl-u. What to do?</h3>  <dl>  <dt><h3>What is w3m's configuration file?</h3>  <dd>It is ~/.w3m/config. +With this file, you can adjust w3m's behavior by changing values of options +that are described to be varied with the option setting panel. +Each line contains setting for one option, which is a pair of an option name +and its value with a space as a separator.  <p>  <dt><h3>What are these w3mxxxx files in my ~/.w3m directory for?</h3>  <dd>These are temporary files used by w3m when reading documents from a diff --git a/doc/menu.default b/doc/menu.default index 43c8341..cbb157e 100644 --- a/doc/menu.default +++ b/doc/menu.default @@ -1,7 +1,7 @@  # A sample of ~/.w3m/menu  (default)  #  # menu MENU_ID -#  func  LABEL FUNCTION KEYS +#  func  LABEL FUNCTION KEYS FUNCTION_ARGUMENT  #  popup LABEL MENU_ID  KEYS  #  nop   LABEL  # end diff --git a/doc/menu.submenu b/doc/menu.submenu index e55193d..fb960aa 100644 --- a/doc/menu.submenu +++ b/doc/menu.submenu @@ -1,7 +1,7 @@  # A sample of ~/.w3m/menu  (submenu type)  #  # menu MENU_ID -#  func  LABEL FUNCTION KEYS +#  func  LABEL FUNCTION KEYS FUNCTION_ARGUMENT  #  popup LABEL MENU_ID  KEYS  #  nop   LABEL  # end | 
