From a395c9df173b53e095f1a20d6bc583063cdb60c7 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 2 Nov 2014 00:06:28 +0100 Subject: 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. --- doc/sciteco.7.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/sciteco.7.template') 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 . -- cgit v1.2.3