diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-04-01 11:24:53 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-04-01 11:24:53 -0400 |
commit | c21945ea03aa681b4eab0ebfaae306775e0035f2 (patch) | |
tree | 856252316d1532670165517004b8bbc644eab5f4 /doc/lispref | |
parent | 66232519d5d8cc8541c955ecf6f355d4515f4be8 (diff) | |
download | emacs-c21945ea03aa681b4eab0ebfaae306775e0035f2.tar.gz |
Fix markup mistake in nonascii.texi.
* nonascii.texi (Text Representations): Don't mark enable-multibyte-characters as a user option.
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
-rw-r--r-- | doc/lispref/nonascii.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6f119b5d288..52587432152 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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 diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index cedec9570a8..dfcb3e4730b 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -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 |