1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-11 01:04:12 +01:00

move :unlet help to eval.txt

This commit is contained in:
Doug Kearns
2008-08-04 01:19:13 +00:00
parent 40b1dad33e
commit 4b59cac5a2
2 changed files with 7 additions and 7 deletions

View File

@@ -65,4 +65,11 @@ expression {expr1}.If no expression is given, the value of the variable is
displayed.Without arguments, displays a list of all variables.
________________________________________________________________________________
|:unl| |:unlet|
||:unl[et][!] {name} ...|| +
________________________________________________________________________________
Deletes the variable {name}. Several variable names can be given.
________________________________________________________________________________
// vim: set syntax=asciidoc:

View File

@@ -542,13 +542,6 @@ support it, currently:
________________________________________________________________________________
|:unl| |:unlet|
||:unl[et][!] {name} ...|| +
________________________________________________________________________________
Deletes the variable {name}. Several variable names can be given.
________________________________________________________________________________
|:ve| |:version| +
||:ve[rsion][!]||
________________________________________________________________________________