aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2008-06-25 02:56:20 +0000
committerKenichi Handa2008-06-25 02:56:20 +0000
commit40ef884328121bd551af787475d9b1c2c9c0f7cd (patch)
tree0da462fd18dad0672a1b7a735e3e37707e8187b0 /src
parent888d7d8651fdbedbec99431293a0a603f15be1b0 (diff)
downloademacs-40ef884328121bd551af787475d9b1c2c9c0f7cd.tar.gz
emacs-40ef884328121bd551af787475d9b1c2c9c0f7cd.zip
(Fstring_to_unibyte): Fix typo in docstring.
Diffstat (limited to 'src')
-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.
1138Otherwise it is a newly created string, with no text properties, 1138Otherwise it is a newly created string, with no text properties,
1139where each `eight-bit' character is converted to the corresponding byte. 1139where each `eight-bit' character is converted to the corresponding byte.
1140If STRING contains a non-ASCII, non-`eight-bit' character, 1140If STRING contains a non-ASCII, non-`eight-bit' character,
1141an error is signaled. 1141an error is signalled.
1142If the optional 2nd arg ACCEPT-LATIN-1 is non-nil, a Latin-1 character 1142If the optional 2nd arg ACCEPT-LATIN-1 is non-nil, a Latin-1 character
1143doesn't cause an error, but is converted to a byte of same code. */) 1143doesn't cause an error, but is converted to a byte of same code. */)
1144 (string, accept_latin_1) 1144 (string, accept_latin_1)