aboutsummaryrefslogtreecommitdiffstats
path: root/xcomp/README.md
diff options
context:
space:
mode:
authorMagnus Henoch <[email protected]>2010-05-20 22:05:40 +0100
committerMagnus Henoch <[email protected]>2010-05-20 22:05:40 +0100
commit85d5b7345e10720d10ea63d79bca282bcd44cdf7 (patch)
tree9fe067808dc4506d0e830b4e9d8427fb9c43bb62 /xcomp/README.md
parentc0895d14994c5e98b1171b0174c70a0244d52f86 (diff)
downloadotp-85d5b7345e10720d10ea63d79bca282bcd44cdf7.tar.gz
otp-85d5b7345e10720d10ea63d79bca282bcd44cdf7.tar.bz2
otp-85d5b7345e10720d10ea63d79bca282bcd44cdf7.zip
Let imenu distinguish functions by arity
Make the function names used by M-x imenu contain the function arity as well as the name. This makes it possible to jump to all functions of the same name, as opposed to only the one that is defined first. For example, in the following module there is now a way to jump directly to foo/1: -module(foo). foo() -> ok. bar() -> error. foo(A) -> {ok, A}.
Diffstat (limited to 'xcomp/README.md')
0 files changed, 0 insertions, 0 deletions