changeset 96255:cc315e7d5288

(Fstring_to_unibyte): Fix typo in docstring.
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Jun 2008 02:56:20 +0000
parents dd9a4766432a
children a56e02fe83fc
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Wed Jun 25 02:55:06 2008 +0000
+++ b/src/fns.c	Wed Jun 25 02:56:20 2008 +0000
@@ -1138,7 +1138,7 @@
 Otherwise it is a newly created string, with no text properties,
 where each `eight-bit' character is converted to the corresponding byte.
 If STRING contains a non-ASCII, non-`eight-bit' character,
-an error is signaled.
+an error is signalled.
 If the optional 2nd arg ACCEPT-LATIN-1 is non-nil, a Latin-1 character
 doesn't cause an error, but is converted to a byte of same code.  */)
      (string, accept_latin_1)