1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-24 00:56:14 +00: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:
Miciah Dashiel Butler Masters 2006-11-14 00:24:20 +00:00 committed by Miciah Dashiel Butler Masters
parent 24dbdbe899
commit 3c7354b135

View File

@ -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