From 4b59cac5a2a0ef4af052abf7e72cdc6da909b92c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 4 Aug 2008 01:19:13 +0000 Subject: [PATCH] move :unlet help to eval.txt --- locale/en-US/eval.txt | 7 +++++++ locale/en-US/various.txt | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/locale/en-US/eval.txt b/locale/en-US/eval.txt index e259df01..5d6f7dd8 100644 --- a/locale/en-US/eval.txt +++ b/locale/en-US/eval.txt @@ -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: diff --git a/locale/en-US/various.txt b/locale/en-US/various.txt index b5b0cb66..4d93d2e6 100644 --- a/locale/en-US/various.txt +++ b/locale/en-US/various.txt @@ -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][!]|| ________________________________________________________________________________