summaryrefslogtreecommitdiffstats
path: root/runtime/doc/textprop.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/textprop.txt')
-rw-r--r--runtime/doc/textprop.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/textprop.txt b/runtime/doc/textprop.txt
index 6b4c0235e8..d231082f07 100644
--- a/runtime/doc/textprop.txt
+++ b/runtime/doc/textprop.txt
@@ -171,7 +171,8 @@ prop_add({lnum}, {col}, {props})
the text.
A negative "id" will be chosen and is returned. Once a
property with "text" has been added for a buffer then using a
- negative "id" for any other property will give an error.
+ negative "id" for any other property will give an error:
+ *E1293*
Can also be used as a |method|: >
GetLnum()->prop_add(col, props)