diff options
author | Siri Hansen <[email protected]> | 2017-03-02 17:36:48 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-03-08 15:13:20 +0100 |
commit | 6a4d4b43914a5898671e7f9dea7988771450af0f (patch) | |
tree | d5a5c54a27768a4f0af359b302b116872954dc2f /lib/tools/emacs/erldoc.el | |
parent | 60a24d2010c98c44d2bf44faca04756049487ec3 (diff) | |
download | otp-6a4d4b43914a5898671e7f9dea7988771450af0f.tar.gz otp-6a4d4b43914a5898671e7f9dea7988771450af0f.tar.bz2 otp-6a4d4b43914a5898671e7f9dea7988771450af0f.zip |
Remove typer application
The application now has an own repo, https://github.com/erlang/typer
Diffstat (limited to 'lib/tools/emacs/erldoc.el')
-rw-r--r-- | lib/tools/emacs/erldoc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/emacs/erldoc.el b/lib/tools/emacs/erldoc.el index e1fd661348..348800f880 100644 --- a/lib/tools/emacs/erldoc.el +++ b/lib/tools/emacs/erldoc.el @@ -407,7 +407,7 @@ up the indexing." (defvar erldoc-user-guides nil) (defvar erldoc-missing-user-guides - '("compiler" "hipe" "kernel" "os_mon" "parsetools" "typer") + '("compiler" "hipe" "kernel" "os_mon" "parsetools") "List of standard Erlang applications with no user guides.") ;; Search in `code:lib_dir/0' using find LIB_DIR -type f -name @@ -417,7 +417,7 @@ up the indexing." "runtime_tools" "sasl" "snmp" "ssl" "test_server" ("ssh" . "SSH") ("stdlib" . "STDLIB") - ("hipe" . "HiPE") ("typer" . "TypEr")) + ("hipe" . "HiPE")) "List of applications that come with a manual.") (defun erldoc-user-guide-chapters (user-guide) |