]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fstring_to_unibyte): Fix typo in docstring.
authorKenichi Handa <handa@m17n.org>
Wed, 25 Jun 2008 02:56:20 +0000 (02:56 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 25 Jun 2008 02:56:20 +0000 (02:56 +0000)
src/fns.c

index 7511eacb03a99fd0a4e24a6465ff68fa5d7e7309..1665d211bbd41d3ce53b4efc8812ff9ae53ecf2d 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1138,7 +1138,7 @@ If STRING is unibyte, the result is STRING itself.
 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)