diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-21 20:37:15 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-21 20:37:15 +0100 |
commit | 59bbee9bcd83bc58af4109e71a8f9ec72cd126e3 (patch) | |
tree | 455e0bda4557791c36e237c439597f29f0f1f70e /src | |
parent | 16a47e287f44f4ea154f9bfc1d3a6fa083a0f43e (diff) | |
download | sciteco-59bbee9bcd83bc58af4109e71a8f9ec72cd126e3.tar.gz |
updated documentation on ED (buffer editing) hooks
Diffstat (limited to 'src')
-rw-r--r-- | src/parser.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 98df598..3c991fc 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1863,7 +1863,8 @@ StateECommand::custom(gchar chr) * Without any argument ED returns the current flags. * * Currently, the following flags are used by \*(ST: - * - 32: Enable/Disable executing register \(lq0\(rq hooks + * - 32: Enable/Disable buffer editing hooks + * (via execution of macro in global Q-Register \(lqED\(rq) * - 64: Enable/Disable function key macros * - 128: Enable/Disable enforcement of UNIX98 * \(lq/bin/sh\(rq emulation for operating system command |