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

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

[elpa] externals/osm eaf82bcb59 2/2: Update docstrings


From: ELPA Syncer
Subject: [elpa] externals/osm eaf82bcb59 2/2: Update docstrings
Date: Tue, 26 Sep 2023 09:58:59 -0400 (EDT)

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

    Update docstrings
---
 osm.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/osm.el b/osm.el
index 4edeff664e..fa89dde651 100644
--- a/osm.el
+++ b/osm.el
@@ -75,7 +75,8 @@ A comma-separated specifies descending order of preference.  
See also
     :download-batch 4
     :max-connections 2
     :subdomains ("a" "b" "c"))
-  "Default server properties."
+  "Default server properties.
+See also `osm-server-list'."
   :type 'plist)
 
 (defcustom osm-server-list
@@ -150,6 +151,9 @@ Allowed keys:
   :max-connections Maximum number of parallel connections
   :subdomains      Subdomains used for the %s placeholder
 
+See also `osm-server-defaults' for default values used for a
+server if the property is missing.
+
 The :url of each server should specify %x, %y, %z and %s placeholders
 for the map coordinates.  It can optionally use an %s placeholder
 for the subdomain and a %k placeholder for an apikey.  The apikey
@@ -1621,7 +1625,8 @@ If prefix ARG is given, store url as Elisp expression."
                           &key name description group url max-connections
                           max-zoom min-zoom download-batch subdomains 
copyright)
   "Add SERVER with properties to `osm-server-list'.
-The properties are checked as keyword arguments."
+The properties are checked as keyword arguments.  See
+`osm-server-list' for documentation of the keywords."
   (declare (indent 1))
   (ignore name description group url max-connections max-zoom
           min-zoom download-batch subdomains copyright)



reply via email to

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