emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/osm ea3e4f9a45 2/4: Fix docstring


From: ELPA Syncer
Subject: [elpa] externals/osm ea3e4f9a45 2/4: Fix docstring
Date: Wed, 30 Mar 2022 15:57:41 -0400 (EDT)

branch: externals/osm
commit ea3e4f9a45933c7277e901767617bd5975c8128e
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix docstring
---
 osm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/osm.el b/osm.el
index 3018d26553..f458f94650 100644
--- a/osm.el
+++ b/osm.el
@@ -1123,7 +1123,7 @@ xmlns='http://www.w3.org/2000/svg' 
xmlns:xlink='http://www.w3.org/1999/xlink'>
                         osm--lat osm--lon nil))
 
 (defun osm--bookmark-record (name lat lon loc)
-  "Make osm bookmark record with NAME and LOC description at LAT/LON/ZOOM."
+  "Make osm bookmark record with NAME and LOC description at LAT/LON."
   (setq bookmark-current-bookmark nil) ;; Reset bookmark to use new name
   `(,name
     (location . ,(format "%s%.6f° %.6f° Z%s %s"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]