diff options
| -rw-r--r-- | helpful.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2556,7 +2556,8 @@ For example, \"(some-func FOO &optional BAR)\"." source-sig) ;; If that's not set, use the usage specification in the ;; docstring, if present. - (docstring-sig) + (docstring-sig + (replace-regexp-in-string "\\\\=\\(['\\`‘’]\\)" "\\1" docstring-sig t)) (t ;; Otherwise, just use the signature from the source code. source-sig)))) |
