summaryrefslogtreecommitdiffstats
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorYegappan Lakshmanan <4298407+yegappan@users.noreply.github.com>2023-10-02 12:50:45 -0700
committerGitHub <noreply@github.com>2023-10-02 21:50:45 +0200
commitcd39b69b0200005622db7291bbacff95bd03a3d0 (patch)
tree0f088dcb337bc05be99712e8fd0307956de8ddb8 /runtime/doc/eval.txt
parent20f48d5b2ddb9fdc29e83f0da6f31f895eaeab47 (diff)
runtime(doc): add missing error numbers in the help. (#13241)
closes: #13240 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 41b7d56c69..e7152bb670 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -3128,6 +3128,10 @@ text...
< You may want to make a copy of a list to avoid this.
See |deepcopy()|.
+ *E1391* *E1392*
+ Locking and unlocking object and class variables is
+ currently NOT supported.
+
:unlo[ckvar][!] [depth] {name} ... *:unlockvar* *:unlo* *E1246*
Unlock the internal variable {name}. Does the