aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sciteco.7.template
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-02 00:06:28 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-02 00:06:28 +0100
commita395c9df173b53e095f1a20d6bc583063cdb60c7 (patch)
treebbfc9911b5ad561f0d35c6bf475520a4c492eb55 /doc/sciteco.7.template
parent06d0bac8006889749fbf03efd5200ae68818b576 (diff)
changed syntax for long Q-Register names: use [] brackets instead of {}
this breaks many existing scripts, and means you may have to rebuild SciTECO with ./configure --enable-bootstrap The syntax of SciTECO might change in backwards-incompatible until version 1.0 is released.
Diffstat (limited to 'doc/sciteco.7.template')
-rw-r--r--doc/sciteco.7.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template
index c17e8b1..364d115 100644
--- a/doc/sciteco.7.template
+++ b/doc/sciteco.7.template
@@ -367,7 +367,7 @@ a completion, so for instance \(lq~/foo\(rq will not complete a file
in the user's home directory (tilde is not part of the file name but
tilde-expansions are performed by the shell).
\*(ST does however perform completions after string building so that
-\(lq^EQ{$HOME}/foo\(rq could be completed.
+\(lq^EQ[$HOME]/foo\(rq could be completed.
.
.
.SH ARITHMETICS AND EXPRESSIONS
@@ -703,9 +703,9 @@ otherwise to a global one.
Refers to a two character global or local Q-Register whose
name is upper-cased.
.TP
-.BI { name }
+.BI [ name ]
.TQ
-.BI .{ name }
+.BI .[ name ]
Refers to a Q-Register with an arbitrary
.IR name .
The name is \fBnot\fP upper-cased.
@@ -716,7 +716,7 @@ balanced.
The short single or double character specifications refer
to registers in the same namespace as long specifications.
For instance the specifications \(lqa\(rq and \(lqA\(rq
-are equivalent to \(lq{A}\(rq.
+are equivalent to \(lq[A]\(rq.
.
.SS Push-Down List
.