aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-27 20:29:38 +0000
committerRichard M. Stallman1998-04-27 20:29:38 +0000
commitd68cc14c938dd8cfd3457df3e20ad48edb8ce8ba (patch)
tree597d31128529a28c7cda713957dc3bd4138c3f51 /src
parentdea85c7a71dfd287db0b9f10be7daa1b308e4449 (diff)
downloademacs-d68cc14c938dd8cfd3457df3e20ad48edb8ce8ba.tar.gz
emacs-d68cc14c938dd8cfd3457df3e20ad48edb8ce8ba.zip
(Fcompare_strings): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 9c540948c5d..49f0a58b241 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -223,6 +223,8 @@ DEFUN ("compare-strings", Fcompare_strings,
223 "Compare the contents of two strings, converting to multibyte if needed.\n\ 223 "Compare the contents of two strings, converting to multibyte if needed.\n\
224In string STR1, skip the first START1 characters and stop at END1.\n\ 224In string STR1, skip the first START1 characters and stop at END1.\n\
225In string STR2, skip the first START2 characters and stop at END2.\n\ 225In string STR2, skip the first START2 characters and stop at END2.\n\
226END1 and END2 default to the full lengths of the respective strings.\n\
227\n\
226Case is significant in this comparison if IGNORE-CASE is nil.\n\ 228Case is significant in this comparison if IGNORE-CASE is nil.\n\
227Unibyte strings are converted to multibyte for comparison.\n\ 229Unibyte strings are converted to multibyte for comparison.\n\
228\n\ 230\n\