Function: newsticker--buffer-end-of-item

newsticker--buffer-end-of-item is a byte-compiled function defined in newst-plainview.el.gz.

Signature

(newsticker--buffer-end-of-item)

Documentation

Move point to the end of the item at point.

Take care: end of item is at the end of its last line!

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-plainview.el.gz
(defun newsticker--buffer-end-of-item ()
  "Move point to the end of the item at point.
Take care: end of item is at the end of its last line!"
  (when (newsticker--buffer-goto '(item feed nil))
    (point)))