helpful
helpful copied to clipboard
Unescape \= in signature docstring
helpful--signature
: unquote =, as added by help--quote-signature
.
An example where this is needed is \(setf\ seq-elt\)
, which used to be
displayed as (\=\(setf\=\ seq-elt\=\)
(now (\(setf\ seq-elt\) ARG0 ARG &rest ARGS)
, as with describe-function
).