Function: string-reverse
string-reverse is a function alias for reverse, defined in fns.c.
This function is obsolete since 25.1; use reverse instead.
Signature
(string-reverse SEQ)
Documentation
Return the reversed copy of list, vector, or string SEQ.
See also the function nreverse, which is used more often.
Probably introduced at or before Emacs version 24.4.
Aliases
string-reverse (obsolete since 25.1)