aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/erldoc.el
AgeCommit message (Collapse)Author
2019-03-17Emacs: Hide html parsing failure in erldoc by defaultJohan Claesson
The parsing of the OTP doc seldom fails but in the rare cases it does not find a function signature hide the error by default. If the user wish to be notified they may customize `erldoc-no-signature-function'. Sorry for breaking the "Let it crash!" rule ;)
2019-03-17Emacs: Collect more function signatures for erldocJohan Claesson
Before this commit some function signatures were missed when parsing the html doc of OTP 21.3. After this commit more are collected but still two signatures are missed (erlang:statistics/1 and filename:basedir/3).
2019-03-17Emacs: Adapt to changed make-symbolic-link behaviorJohan Claesson
Since Emacs 26 make-symbolic-link will by default not expand a leading ~ in the target. Let's do it ourselves then i guess.
2017-05-04Update copyright yearRaimo Niskanen
2017-03-08Remove typer applicationSiri Hansen
The application now has an own repo, https://github.com/erlang/typer
2017-02-09emacs: revert erldoc changeDan Gudmundsson
did not load erldoc after changes
2017-02-08Clean-up erldoc.elBozhidar Batsov
2016-10-25New commands to ease looking up OTP documentationLeo Liu
- erldoc-browse: open the manual entry for an MFA in the browser - erldoc-apropos: list MFAs containing a substring - erldoc-browse-topic: open user guides in the browser