Fix markup mistake in nonascii.texi.
* nonascii.texi (Text Representations): Don't mark enable-multibyte-characters as a user option.
This commit is contained in:
parent
8cc8cecf9c
commit
8a14dec7ef
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue