aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 53a5f247f9..f845268333 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2952,9 +2952,9 @@ char2nr({expr} [, {utf8}]) *char2nr()*
char2nr("ABC") returns 65
char2nr("á") returns 225
char2nr("á"[0]) returns 195
+ char2nr("\<M-x>") returns 128
< Non-ASCII characters are always treated as UTF-8 characters.
- {utf8} has no effect, and exists only for
- backwards-compatibility.
+ {utf8} is ignored, it exists only for backwards-compatibility.
A combining character is a separate character.
|nr2char()| does the opposite.