* doc/ref/api-data.texi: tweak codepoint notation
Signed-off-by: Sergei Trofimovich <[email protected]>
---
doc/ref/api-data.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 1b3170e4f..9d677371e 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -2002,7 +2002,7 @@ names, described in the table below.
@multitable {@code{#\backspace}} {Preferred}
@item Character Name @tab Codepoint
@item @code{#\nul} @tab U+0000
-@item @code{#\alarm} @tab u+0007
+@item @code{#\alarm} @tab U+0007
@item @code{#\backspace} @tab U+0008
@item @code{#\tab} @tab U+0009
@item @code{#\linefeed} @tab U+000A
--
2.11.1