aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 7cc6d00afef..d8744c1a4de 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -334,7 +334,9 @@ Letter-case is significant, but text properties are ignored. */)
334DEFUN ("string-equal", Fstring_equal, Sstring_equal, 2, 2, 0, 334DEFUN ("string-equal", Fstring_equal, Sstring_equal, 2, 2, 0,
335 doc: /* Return t if two strings have identical contents. 335 doc: /* Return t if two strings have identical contents.
336Case is significant, but text properties are ignored. 336Case is significant, but text properties are ignored.
337Symbols are also allowed; their print names are used instead. */) 337Symbols are also allowed; their print names are used instead.
338
339See also `string-equal-ignore-case'. */)
338 (register Lisp_Object s1, Lisp_Object s2) 340 (register Lisp_Object s1, Lisp_Object s2)
339{ 341{
340 if (SYMBOLP (s1)) 342 if (SYMBOLP (s1))