bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25805: [PATCH] tweak 'u+0007' to 'U+0007' (as the rest of the table)


From: Sergei Trofimovich
Subject: bug#25805: [PATCH] tweak 'u+0007' to 'U+0007' (as the rest of the table)
Date: Sun, 19 Feb 2017 23:02:44 +0000

* doc/ref/api-data.texi: tweak codepoint notation

Signed-off-by: Sergei Trofimovich <address@hidden>
---
 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 address@hidden {Preferred}
 @item Character Name @tab Codepoint
 @item @code{#\nul} @tab U+0000
address@hidden @code{#\alarm} @tab u+0007
address@hidden @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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]