diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-12-13 08:55:41 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-12-15 07:49:38 +0100 |
commit | e0c2ab8309b7f04551d860b8328172f8a0f408d2 (patch) | |
tree | fc2fd3476ac59a5f17a4241c4098f1c9c9852cb8 | |
parent | 67bfd59360a8b5dbbd65767e1179c1631f8e6789 (diff) | |
download | sciteco-e0c2ab8309b7f04551d860b8328172f8a0f408d2.tar.gz |
fixed remaining reference to register "0" in the documentation
-rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 0e10347..aa02164 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -2042,7 +2042,7 @@ static struct ScintillaMessage { * There are however exceptions: * - In the editor profile and batch mode in general, * the ES command may be used freely. - * - In the ED hook macro (register \(lq0\(rq), + * - In the ED hook macro (register \(lqED\(rq), * when a file is added to the ring, most destructive * operations can be performed since rubbing out the * EB command responsible for the hook execution also |