diff options
author | Siri Hansen <[email protected]> | 2017-03-09 11:16:37 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-03-09 11:16:37 +0100 |
commit | fcd9a09dc614d61a3e06953837e3bdc3c311710d (patch) | |
tree | 5ce4196fb7989577263fc1165e129fbe0bf7e87e /lib/tools | |
parent | 12d5349834f552ec9cb6ad0d51f53810acc8d51f (diff) | |
parent | 6a4d4b43914a5898671e7f9dea7988771450af0f (diff) | |
download | otp-fcd9a09dc614d61a3e06953837e3bdc3c311710d.tar.gz otp-fcd9a09dc614d61a3e06953837e3bdc3c311710d.tar.bz2 otp-fcd9a09dc614d61a3e06953837e3bdc3c311710d.zip |
Merge branch 'siri/typer/remove-application/OTP-14251'
* siri/typer/remove-application/OTP-14251:
Remove typer application
Diffstat (limited to 'lib/tools')
-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) |