Typo fix for ACCESSKEY

cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779092#5
This commit is contained in:
Tatsuya Kinoshita
2016-02-28 08:48:56 +09:00
parent e0b6e02281
commit ff21632495
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
ABORT Quit w3m without confirmation ABORT Quit w3m without confirmation
ACCESSSKEY Popup acceskey menu ACCESSKEY Popup accesskey menu
ADD_BOOKMARK Add current page to bookmark ADD_BOOKMARK Add current page to bookmark
ALARM Set alarm ALARM Set alarm
BACK Back to previous buffer BACK Back to previous buffer

2
main.c
View File

@@ -4454,7 +4454,7 @@ anchorMn(Anchor *(*menu_func) (Buffer *), int go)
} }
/* accesskey */ /* accesskey */
DEFUN(accessKey, ACCESSKEY, "Popup acceskey menu") DEFUN(accessKey, ACCESSKEY, "Popup accesskey menu")
{ {
anchorMn(accesskey_menu, TRUE); anchorMn(accesskey_menu, TRUE);
} }