mirror of
https://github.com/rkd77/elinks.git
synced 2025-05-18 00:48:57 -04: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 another URL than @url should be followed it is passed by setting @url.
|
||||||
If @url is changed the event propagation should be ended.
|
If @url is changed the event propagation should be ended.
|
||||||
Valid values for @url includes:
|
Valid values for @url includes:
|
||||||
- leaving @url unchanged if the original URL should be followed;
|
- unchanged, if the original URL should be followed;
|
||||||
- NULL if no URL should be followed; or
|
- a new, dynamically allocated URL to be followed instead; or
|
||||||
- a dynamically allocated new URL to be followed instead.
|
- NULL or an empty, dynamically allocated string if no URL should be followed.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Name: free-history
|
Name: free-history
|
||||||
@ -206,7 +206,7 @@ Description:
|
|||||||
Valid values for @url are:
|
Valid values for @url are:
|
||||||
- unchanged, if the original URL should be followed;
|
- unchanged, if the original URL should be followed;
|
||||||
- a new, dynamically allocated URL to be followed instead; or
|
- 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
|
@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
|
potential errors during the hook processing through the UI. With @ses being
|
||||||
|
Loading…
x
Reference in New Issue
Block a user