summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Cairns <jon@joncairns.com>2014-05-15 14:29:28 +0100
committerJon Cairns <jon@joncairns.com>2014-05-15 14:30:10 +0100
commit9f68dbcd8e44219ae562f62f83cf709a687d045e (patch)
treece7e3c35a4fe44c8ed09936c6721203131621438 /doc
parent567eb8c24e300bce09cfc3b414393e63e74d4b08 (diff)
parentce92c9fe602a6a336bd814499894b5d18f32dc6c (diff)
downloadvdebug-9f68dbcd8e44219ae562f62f83cf709a687d045e.zip
Merge BlackIkeEagle's function name changes, see #158
Also rename two other functions prefixed with "vdebug:".
Diffstat (limited to 'doc')
-rw-r--r--doc/Vdebug.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt
index 1f0cf2a..7560847 100644
--- a/doc/Vdebug.txt
+++ b/doc/Vdebug.txt
@@ -719,7 +719,7 @@ You can evaluate code snippets at the current point of execution, which can be
used to see the result of a condition, arithmetic expressions, etc. These
snippets are written in the language that's being debugged. There are two ways
of evaluating expresions: you can either write them yourself
-(|VdebugEvalExpression) or use visual highlighting to select an expression from
+(|VdebugEvalExpression|) or use visual highlighting to select an expression from
the source window.
On evaluating an expression, the result is shown in the watch window. To return