aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/newsticker.texi14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/misc/newsticker.texi b/doc/misc/newsticker.texi
index 6928baab1fa..f60ffba358d 100644
--- a/doc/misc/newsticker.texi
+++ b/doc/misc/newsticker.texi
@@ -440,20 +440,18 @@ headlines. Instead of reading headlines yourself you can tell
440Newsticker to do that for you. 440Newsticker to do that for you.
441 441
442@vindex newsticker-new-item-functions 442@vindex newsticker-new-item-functions
443In order to do so write a function which takes three arguments 443In order to do so write a function which takes two arguments
444 444
445@table @var 445@table @var
446@item FEED 446@item FEEDNAME
447the name of the corresponding news feed, 447the name of the corresponding news feed,
448@item TITLE 448@item ITEM
449the title of the headline, 449the decoded headline.
450@item DESC
451the decoded description of the headline.
452@end table 450@end table
453 451
454and add it to @code{newsticker-new-item-functions}. Each function 452and add it to @code{newsticker-new-item-functions}. Each function
455contained in this list is called once for each new headline. 453contained in this list is called once for each new headline.
456Depending on the feed, the title and the description of a headline you 454Depending on the feed name and the contents of the new headline you
457can 455can
458 456
459@itemize 457@itemize
@@ -463,7 +461,7 @@ descriptions (for which a function already exists, see
463@code{newsticker-download-images}), 461@code{newsticker-download-images}),
464@item 462@item
465automatically save enclosed audio and video files (for which another 463automatically save enclosed audio and video files (for which another
466function exists as well, see @code{newsticker-download-images}), 464function exists as well, see @code{newsticker-download-enclosures}),
467@item 465@item
468flash the screen while playing some sound, 466flash the screen while playing some sound,
469@item 467@item