Remove obsolete part of a function docstring

This commit is contained in:
Daniel - 2023-11-27 17:46:12 +01:00
parent 11ae275bb8
commit 15d202340f
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ number of bytes has been inserted."
"Add NAME as bookmark to LOCATION and use HANDLER to open it. "Add NAME as bookmark to LOCATION and use HANDLER to open it.
HANDLER is a function receiving a single argument, namely HANDLER is a function receiving a single argument, namely
LOCATION. If a bookmark named NAME is already present, replace LOCATION. If a bookmark named NAME is already present, replace
it. The bookmarks will finally be sorted by their name." it."
(bookmark-store name (bookmark-store name
`((filename . ,location) `((filename . ,location)
(handler . ,handler)) (handler . ,handler))