From edfeae5fa832f68ce40eb098b22b1ebd6ba7e449 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 1 Mar 2013 03:46:37 +0100 Subject: 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. --- src/parser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/parser.cpp') 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) -- cgit v1.2.3