From 15d202340f6f47575b91419191fb942a0bb5be55 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 27 Nov 2023 17:46:12 +0100 Subject: [PATCH] Remove obsolete part of a function docstring --- site-lisp/db-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index 53cffb4..782842f 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -769,7 +769,7 @@ number of bytes has been inserted." "Add NAME as bookmark to LOCATION and use HANDLER to open it. HANDLER is a function receiving a single argument, namely LOCATION. If a bookmark named NAME is already present, replace -it. The bookmarks will finally be sorted by their name." +it." (bookmark-store name `((filename . ,location) (handler . ,handler))