changeset 107757:b76c2b6ff08d

Fix markup mistake in nonascii.texi. * nonascii.texi (Text Representations): Don't mark enable-multibyte-characters as a user option.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 01 Apr 2010 11:24:53 -0400
parents fc133a33d0de
children 79f81b166468
files doc/lispref/ChangeLog doc/lispref/nonascii.texi
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Thu Apr 01 11:15:28 2010 -0400
+++ b/doc/lispref/ChangeLog	Thu Apr 01 11:24:53 2010 -0400
@@ -1,3 +1,8 @@
+2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
+
+	* nonascii.texi (Text Representations): Don't mark
+	enable-multibyte-characters as a user option.
+
 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
 
 	* control.texi (Handling Errors): How to re-throw a signal caught
--- a/doc/lispref/nonascii.texi	Thu Apr 01 11:15:28 2010 -0400
+++ b/doc/lispref/nonascii.texi	Thu Apr 01 11:24:53 2010 -0400
@@ -95,7 +95,7 @@
 The representation for a string is determined and recorded in the string
 when the string is constructed.
 
-@defopt enable-multibyte-characters
+@defvar enable-multibyte-characters
 This variable specifies the current buffer's text representation.
 If it is non-@code{nil}, the buffer contains multibyte text; otherwise,
 it contains unibyte encoded text or binary non-text data.
@@ -105,7 +105,7 @@
 
 The @samp{--unibyte} command line option does its job by setting the
 default value to @code{nil} early in startup.
-@end defopt
+@end defvar
 
 @defun position-bytes position
 Buffer positions are measured in character units.  This function