branch: elpa/fedi
commit d364400ca588f2acccbfe5930cb4f1ee3a11e1be
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    flycheck
---
 fedi.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/fedi.el b/fedi.el
index 67d2fa99b91..b275dd9ae0d 100644
--- a/fedi.el
+++ b/fedi.el
@@ -203,16 +203,13 @@ Optionally start from POS."
   (interactive)
   (fedi--goto-pos #'previous-single-property-change))
 
-(defun fedi--property (prop)
-  "Get text property PROP from item at point."
-  (get-text-property (point) prop))
-
 (defun fedi-next-tab-item (&optional previous prop)
   "Move to the next interesting item.
 This could be the next toot, link, or image; whichever comes first.
 Don't move if nothing else to move to is found, i.e. near the end of the 
buffer.
 This also skips tab items in invisible text, i.e. hidden spoiler text.
-PREVIOUS means move to previous item."
+PREVIOUS means move to previous item.
+PROP is the text property to search for."
   (interactive)
   (let (next-range
         (search-pos (point)))

Reply via email to