summaryrefslogtreecommitdiff
path: root/lib/tools/emacs
diff options
context:
space:
mode:
authorDan Gudmundsson <dgud@erlang.org>2022-01-31 10:39:28 +0100
committerGitHub <noreply@github.com>2022-01-31 10:39:28 +0100
commit812bb9edfc8cd99c44ced58605369baadfcf7693 (patch)
tree252c775481107eea79a09c51829d627938b337e5 /lib/tools/emacs
parent0171fd64bb30a395a719d456b1f2af0b1dcd6d66 (diff)
parenta72b366487b546d8a8e625014d8783a58d7b2709 (diff)
downloaderlang-812bb9edfc8cd99c44ced58605369baadfcf7693.tar.gz
Merge pull request #5524 from Trenly/master
Update Install Location and Registry Keys OTP-17899
Diffstat (limited to 'lib/tools/emacs')
-rw-r--r--lib/tools/emacs/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/tools/emacs/README b/lib/tools/emacs/README
index cc107dcd41..8916e65250 100644
--- a/lib/tools/emacs/README
+++ b/lib/tools/emacs/README
@@ -34,13 +34,13 @@ variable. If HOME is not set, Emacs will look for the .emacs file in
C:\.
Below is a complete example of what should be added to a user's .emacs
-provided that OTP is installed in the directory C:\Program
-Files\erl-<Ver>:
+provided that OTP is installed in the directory "C:\Program
+Files\Erlang OTP":
(setq load-path (cons "C:/Program Files/erl<Ver>/lib/tools-<ToolsVer>/emacs"
load-path))
- (setq erlang-root-dir "C:/Program Files/erl<Ver>")
- (setq exec-path (cons "C:/Program Files/erl<Ver>/bin" exec-path))
+ (setq erlang-root-dir "C:/Program Files/Erlang OTP")
+ (setq exec-path (cons "C:/Program Files/Erlang OTP/bin" exec-path))
(require 'erlang-start)