mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Correct documentation for follow-url and goto-url
Synchronise the phrasing and mention in both that either NULL or an empty, dynamically allocated string indicates that no URL should be loaded.
This commit is contained in:
parent
24dbdbe899
commit
3c7354b135
@ -150,9 +150,9 @@ Description:
|
||||
If another URL than @url should be followed it is passed by setting @url.
|
||||
If @url is changed the event propagation should be ended.
|
||||
Valid values for @url includes:
|
||||
- leaving @url unchanged if the original URL should be followed;
|
||||
- NULL if no URL should be followed; or
|
||||
- a dynamically allocated new URL to be followed instead.
|
||||
- unchanged, if the original URL should be followed;
|
||||
- a new, dynamically allocated URL to be followed instead; or
|
||||
- NULL or an empty, dynamically allocated string if no URL should be followed.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Name: free-history
|
||||
@ -206,7 +206,7 @@ Description:
|
||||
Valid values for @url are:
|
||||
- unchanged, if the original URL should be followed;
|
||||
- a new, dynamically allocated URL to be followed instead; or
|
||||
- an empty string, if no URL should be followed.
|
||||
- NULL or an empty, dynamically allocated string if no URL should be followed.
|
||||
|
||||
@ses is usually used for deciding based on the current URI or for reporting
|
||||
potential errors during the hook processing through the UI. With @ses being
|
||||
|
Loading…
Reference in New Issue
Block a user