summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2008-06-25 02:56:20 +0000
committerKenichi Handa <handa@m17n.org>2008-06-25 02:56:20 +0000
commit7cabc398e3beaf2adaa7f76180fbcf12c08d1f0f (patch)
tree5558cb7ebd7ec01ab7a189f38d26033b23d065e4
parentbc2b94f1e0e6a5a768190a521400267297f78016 (diff)
downloademacs-7cabc398e3beaf2adaa7f76180fbcf12c08d1f0f.tar.gz
(Fstring_to_unibyte): Fix typo in docstring.
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 7511eacb03a..1665d211bbd 100644
--- 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)