Function: newsticker--insert-image

newsticker--insert-image is a byte-compiled function defined in newst-backend.el.gz.

Signature

(newsticker--insert-image IMG STRING)

Documentation

Insert IMG with STRING at point.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defun newsticker--insert-image (img string)
  "Insert IMG with STRING at point."
  (insert-image img string))