aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-01 03:46:37 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-16 18:07:31 +0100
commitedfeae5fa832f68ce40eb098b22b1ebd6ba7e449 (patch)
tree6cbc45eda92c8c0402c6a3b3e7b562ceb3e81317 /src/parser.cpp
parent9fe89a6544eb3dd9b8950abf5421620ec55d18f7 (diff)
downloadsciteco-edfeae5fa832f68ce40eb098b22b1ebd6ba7e449.tar.gz
documented remaining commands
* flow control and other structures have not been documented this ways. I have not yet decided whether they should be documented in separate sections or use the documentation tool.
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index 69acf9f..344920f 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -1871,8 +1871,8 @@ static struct ScintillaMessage {
* - In the ED hook macro (register \(lq0\(rq),
* when a file is added to the ring, most destructive
* operations can be performed since rubbing out the
- * EB command resulting the hook execution also removes
- * the buffer from the ring again.
+ * EB command responsible for the hook execution also
+ * removes the buffer from the ring again.
*/
State *
StateScintilla_symbols::done(const gchar *str) throw (Error)