Add function signatures for aliases of built-in functions (#201)
Otherwise, Emacs cannot show helpful signatures, and just uses ARG1 ARG2
instead.
For example, prior to this change, `-drop` was described as:
-drop is an alias for `nthcdr' in `dash.el'.
(-drop ARG1 ARG2)
Return the tail of LIST without the first N items.
master
parent
d4bccfe1ac
commit
8c47f17cbc
1 changed files with 9 additions and 3 deletions
Loading…
Reference in new issue