aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools
diff options
context:
space:
mode:
authorBozhidar Batsov <[email protected]>2016-12-15 13:06:04 +0200
committerDan Gudmundsson <[email protected]>2017-02-08 12:49:06 +0100
commita4c4ac103a3a4655cc5e798e208e9ad4e82bf77a (patch)
treea715a6430e87f2e2d5c92588620779624042ae19 /lib/tools
parent88d7b3008a9c51f7fa1b4e043153d6e9041d4adb (diff)
downloadotp-a4c4ac103a3a4655cc5e798e208e9ad4e82bf77a.tar.gz
otp-a4c4ac103a3a4655cc5e798e208e9ad4e82bf77a.tar.bz2
otp-a4c4ac103a3a4655cc5e798e208e9ad4e82bf77a.zip
Fix a command's name
Diffstat (limited to 'lib/tools')
-rw-r--r--lib/tools/emacs/erlang.el2
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.