Function: newsticker--display-tick
newsticker--display-tick is a byte-compiled function defined in
newst-ticker.el.gz.
Signature
(newsticker--display-tick)
Documentation
Called from the display timer.
This function calls a display function, according to the variable
newsticker-scroll-smoothly.
Source Code
;; Defined in /usr/src/emacs/lisp/net/newst-ticker.el.gz
(defun newsticker--display-tick ()
"Called from the display timer.
This function calls a display function, according to the variable
`newsticker-scroll-smoothly'."
(if newsticker-scroll-smoothly
(newsticker--display-scroll)
(newsticker--display-jump)))