branch: externals/bufferlo commit e416f21e4fd20a914eac840907ce56a892cd039d Author: shipmints <shipmi...@gmail.com> Commit: shipmints <shipmi...@gmail.com>
Address bufferlo--bookmark-get-duplicate-policy flymake missing docstring --- bufferlo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bufferlo.el b/bufferlo.el index e77f0aafe5..3071c40327 100644 --- a/bufferlo.el +++ b/bufferlo.el @@ -1948,7 +1948,7 @@ FRAME specifies the frame; the default value of nil selects the current frame." (setf (cadr bc) (cdr replace))))))))) (defun bufferlo--bookmark-get-duplicate-policy (bookmark-name thing default-policy mode) - "Get the duplicate policy for THING bookmarks. + "Get the duplicate policy for THING BOOKMARK-NAME. THING should be either \"frame\" or \"tab\". Ask the user if DEFAULT-POLICY is set to \\='prompt. MODE is either \\='load or \\='save, depending on the invoking action.