From c2c550ca9d2442d070f79ed8bacb8db173c72df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 10 Feb 2011 22:56:37 +0100 Subject: [PATCH] "latin1" -> "Latin-1". Reported by Ralf Wildenhues. * doc/ref/vm.texi (Loading Instructions): Use "Latin-1", not "latin1". --- doc/ref/vm.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi index 1f82704f6..0bb9f8018 100644 --- a/doc/ref/vm.texi +++ b/doc/ref/vm.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 2008,2009,2010 +@c Copyright (C) 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -1063,7 +1063,7 @@ embedded in the stream as a string. @end deffn @deffn Instruction load-string length Load a string from the instruction stream. The string is assumed to be -encoded in the ``latin1'' locale. +Latin-1-encoded. @end deffn @deffn Instruction load-wide-string length Load a UTF-32 string from the instruction stream. @var{length} is the @@ -1071,7 +1071,7 @@ length in bytes, not in codepoints. @end deffn @deffn Instruction load-symbol length Load a symbol from the instruction stream. The symbol is assumed to be -encoded in the ``latin1'' locale. Symbols backed by wide strings may +Latin-1-encoded. Symbols backed by wide strings may be loaded via @code{load-wide-string} then @code{make-symbol}. @end deffn @deffn Instruction load-array length