1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

elinks.conf.5: Correct description of 'unset' directive

The 'unset' directive does not take a value.
(cherry picked from commit dc7731d30d)
This commit is contained in:
Miciah Dashiel Butler Masters 2008-01-27 02:53:32 +00:00 committed by Kalle Olavi Niemitalo
parent b28ccd6e4f
commit 1086a7c561

View File

@ -10,7 +10,7 @@ SYNOPSIS
-------- --------
[verse] [verse]
set "<option>" = <value> set "<option>" = <value>
unset "<option>" = <value> unset "<option>"
bind "<keymap>" "<key>" = "<action>" bind "<keymap>" "<key>" = "<action>"
include "<file>" include "<file>"