diff options
author | Bozhidar Batsov <[email protected]> | 2016-12-15 13:06:04 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-02-08 12:49:06 +0100 |
commit | a4c4ac103a3a4655cc5e798e208e9ad4e82bf77a (patch) | |
tree | a715a6430e87f2e2d5c92588620779624042ae19 /lib/tools/emacs/erlang.el | |
parent | 88d7b3008a9c51f7fa1b4e043153d6e9041d4adb (diff) | |
download | otp-a4c4ac103a3a4655cc5e798e208e9ad4e82bf77a.tar.gz otp-a4c4ac103a3a4655cc5e798e208e9ad4e82bf77a.tar.bz2 otp-a4c4ac103a3a4655cc5e798e208e9ad4e82bf77a.zip |
Fix a command's name
Diffstat (limited to 'lib/tools/emacs/erlang.el')
-rw-r--r-- | lib/tools/emacs/erlang.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index 99aca2db9b..f8edef7271 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -4067,7 +4067,7 @@ non-whitespace characters following the point on the current line." nil))) -(defun erlang-electric-arrow\ off (&optional arg) +(defun erlang-electric-arrow (&optional arg) "Insert a '>'-sign and possibly a new indented line. This command is only `electric' when the `>' is part of an `->' arrow. |