mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
lua_console_hook must return "goto_url", not "goto-url".
This commit is contained in:
parent
81d5084b50
commit
5bb57feca8
@ -173,7 +173,7 @@ lua_console_hook (string)::
|
||||
`someprogram`.
|
||||
- `return "eval", "somefunction(1+2)"` will attempt to call the Lua
|
||||
function `somefunction` with an argument, 3.
|
||||
- `return "goto-url", "http://www.bogus.com"` will ask Links to visit
|
||||
- `return "goto_url", "http://www.bogus.com"` will ask Links to visit
|
||||
the URL "http://www.bogus.com".
|
||||
- `return nil` will do nothing.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user