From 364c27d81ca4dbf64415aa6c7299a22fb3341c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Thu, 16 Mar 2017 08:52:57 +0100 Subject: [PATCH] manual: fix typos in chapters Closes #367. --- doc/ansi_characters.xml | 4 ++-- doc/ref_c_numbers.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/ansi_characters.xml b/doc/ansi_characters.xml index 4be391fa3..8975268c5 100644 --- a/doc/ansi_characters.xml +++ b/doc/ansi_characters.xml @@ -49,7 +49,7 @@ extended-char - - 255-16777215 + 256-16777215 @@ -100,4 +100,4 @@ - \ No newline at end of file + diff --git a/doc/ref_c_numbers.xml b/doc/ref_c_numbers.xml index f9fe7bd31..7f3da145d 100644 --- a/doc/ref_c_numbers.xml +++ b/doc/ref_c_numbers.xml @@ -134,8 +134,8 @@ Many other types might also not exist on all platforms. This includes not only long long and unsigned long long, but also some of the C99 integer types. There are two ways to detect which integer types are available in your system - Check for the definition of C macros with a similar name, shown in the fourth column above. - In Lisp code, check for the presence of the associated features, shown in the fifth column above. + Check for the definition of C macros with a similar name, shown in the fifth column above. + In Lisp code, check for the presence of the associated features, shown in the fourth column above. @@ -915,4 +915,4 @@ - \ No newline at end of file +