diff options
author | Tassilo Horn <tsdh@gnu.org> | 2022-12-31 09:48:00 +0100 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2022-12-31 09:48:00 +0100 |
commit | 202bbd7e07dd9b439bba483af08dbc21343daa1f (patch) | |
tree | 4a1c9b0b82fba4ee6fcbe3761d365fa3e988c57c /lisp | |
parent | 47eaa7a194fa38bc39c45fbd5e3f86a01d78755f (diff) |
Document `mastodon-tl--set-after-update-marker'
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 9206695..9f21bf9 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2779,6 +2779,9 @@ from the start if it is nil." buffer nil)))))))) (defun mastodon-tl--set-after-update-marker () + "Set `mastodon-tl--after-update-marker' to the after-update location. +This location is defined by a non-nil value of +`mastodon-tl-position-after-update'." (if mastodon-tl-position-after-update (let ((marker (make-marker))) (set-marker marker |