tweaks: fix typo in rebindable function name
This fixes https://savannah.gnu.org/bugs/?53062.master
parent
a083d7f1e1
commit
8f6ee22b41
|
@ -1730,7 +1730,7 @@ int strtomenu(const char *input)
|
|||
return MWHEREIS;
|
||||
else if (!strcasecmp(input, "replace"))
|
||||
return MREPLACE;
|
||||
else if (!strcasecmp(input, "replacewith2"))
|
||||
else if (!strcasecmp(input, "replacewith"))
|
||||
return MREPLACEWITH;
|
||||
else if (!strcasecmp(input, "gotoline"))
|
||||
return MGOTOLINE;
|
||||
|
|
Loading…
Reference in New Issue