diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-07-14 15:59:47 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-07-14 15:59:47 +0200 |
commit | afe5bfffafd0b4d3797a8af1037c7934a8a11d28 (patch) | |
tree | 4f625c6e47c74a1fc9075c06042b5d8062511483 | |
parent | e77f4d3224ddfc0130dd390e565efe4b56ecec1d (diff) | |
download | sciteco-afe5bfffafd0b4d3797a8af1037c7934a8a11d28.tar.gz |
mention ED register in the manual's Q-REGISTERS section
* it's used opaquely by SciTECO so it should be listed in the
overview of "special" Q-Registers.
-rw-r--r-- | doc/sciteco.7.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 3807640..54fdf57 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -1183,6 +1183,13 @@ Their string-content represents a function key macro and their numeric part is a function key mask. None of those registers are automatically initialized on startup. +.TP +.B ED +The \fBED\fP hook Q-Register. +Its string-content is called as a macro when bit 5 is set +in the \fBED\fP flags (see subsection \fBBuffer Editing Hooks\fP). +The numeric part of register \fBED\fP is currently unused and +the register is not automatically initialized on startup. .LP Some commands may create and initialize new registers if necessary, while it is an error to access undefined registers |