aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sciteco.7.template
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-07 03:21:30 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-07 03:21:30 +0100
commit80bc1c0716e0ba7f9ebc89670576f6fe558d3d53 (patch)
tree712b5385cf17fac4c4d711a1968c35218eafa674 /doc/sciteco.7.template
parentd107f8d1de766ca339f61a189bd01810af89986f (diff)
downloadsciteco-80bc1c0716e0ba7f9ebc89670576f6fe558d3d53.tar.gz
sciteco(7): Use em-dash (\[em]) characters instead of "-" in sentences
this looks better in Unicode terminals
Diffstat (limited to 'doc/sciteco.7.template')
-rw-r--r--doc/sciteco.7.template12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template
index a9fbd03..6c48f20 100644
--- a/doc/sciteco.7.template
+++ b/doc/sciteco.7.template
@@ -100,14 +100,14 @@ to code 1, B to code 2, ecetera.
\*(ST echos control codes as Caret followed by the corresponding
upper case letter, so you seldomly need to know a control codes
actual numeric code.
-For instance, control code 2 - typed CTRL+B - will be echoed
+For instance, control code 2 \(em typed CTRL+B \(em will be echoed
\(lq^B\(rq.
\*(ST also treats Caret-letter combinations equivalent to
control codes under most circumstances.
.IP 3.
A few keys with non-printable representation are translated to
control codes as well.
-The most prominent is the Escape key - it is translated to
+The most prominent is the Escape key \(em it is translated to
code 27.
The backspace key will always be translated to code 8, and the Tab key
to code 9.
@@ -223,7 +223,7 @@ Inserted when the Help or shift-Help key is pressed.
might be typed with a caret due to string building characters
in long Q-Register names.
The names are all derived from key definitions of the curses
-library - not all of them may be supported on any particular
+library \(em not all of them may be supported on any particular
user interface.
A set of useful Function Key Macros are provided in the
standard library
@@ -418,7 +418,7 @@ Suspends process using
This is only an immediate editing command on platforms supporting
this signal (usually Unices).
The process can be suspended from another process as well, for
-instance by pressing CTRL+Z in the console - this will also work
+instance by pressing CTRL+Z in the console \(em this will also work
if \*(ST is busy.
Therefore with GUI user interfaces (GTK+), this command will only
work as an immediate editing command in the GUI or as a signal
@@ -615,7 +615,7 @@ The only unary operator currently supported is
The minus-operator is special and has unique semantics.
It sets the so called \fBprefix sign\fP which is 1 by default
to -1.
-This prefix sign may be evaluated by commands - most often it is the
+This prefix sign may be evaluated by commands \(em most often it is the
default value if the argument stack is empty so that expressions like
\(lq-C\(rq are rougly equivalent to \(lq-1C\(rq.
However in front of opening brackets, like in \(lq-(1+2)\(rq, it is
@@ -1194,7 +1194,7 @@ Therefore every macro invocation has its own label namespace and gotos
to a label have constant complexity once a label has been parsed.
Terminating a macro execution (or command line) fails if a label that
is jumped to has not been defined.
-Labels also have another important role in \*(ST - they are used
+Labels also have another important role in \*(ST \(em they are used
as comments.
.
.SS LOOPS