Typo fix for ACCESSKEY
cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779092#5
This commit is contained in:
@@ -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
2
main.c
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user