branch: elpa/fedi
commit 509fd986a0e07f2d04a8813e39eb6ef511aa5236
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
wrap comment
---
fedi.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fedi.el b/fedi.el
index aaccb4dc0a5..32393de2e49 100644
--- a/fedi.el
+++ b/fedi.el
@@ -638,7 +638,8 @@ even though the request may have succeeded."
;; property, then to update the item based on that data. This separation is
;; because we always want to update the json property for the entire item, but
;; we don't always then want to update display of the entire item, but only
-;; part of it (a byline/status line, etc.). See lem-ui.el for examples of
using these update functions.
+;; part of it (a byline/status line, etc.). See lem-ui.el for examples of
+;; using these update functions.
(defun fedi--update-item-json (new-json)
"Replace the json property of item at point with NEW-JSON."