From a0dd9fdebe3baaccdbda428df428f696ee38356d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 3 Dec 2022 11:29:37 +0100 Subject: ; Add cross-reference to string-equal docstring * lisp/subr.el (string-equal-ignore-case): * src/fns.c (Fstring_equal): Doc fix; add cross-references. --- src/fns.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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. */) DEFUN ("string-equal", Fstring_equal, Sstring_equal, 2, 2, 0, doc: /* Return t if two strings have identical contents. Case is significant, but text properties are ignored. -Symbols are also allowed; their print names are used instead. */) +Symbols are also allowed; their print names are used instead. + +See also `string-equal-ignore-case'. */) (register Lisp_Object s1, Lisp_Object s2) { if (SYMBOLP (s1)) -- cgit v1.3