Fix markup mistake in nonascii.texi.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 1 Apr 2010 15:24:53 +0000 (11:24 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 1 Apr 2010 15:24:53 +0000 (11:24 -0400)
* nonascii.texi (Text Representations): Don't mark enable-multibyte-characters as a user option.

doc/lispref/ChangeLog
doc/lispref/nonascii.texi

index 6f119b5..5258743 100644 (file)
@@ -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
index cedec95..dfcb3e4 100644 (file)
@@ -95,7 +95,7 @@ strings except for manipulating encoded text or binary non-text data.
 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 @@ You cannot set this variable directly; instead, use the function
 
 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