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

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

[elpa] externals/bluetooth dc4b63b 30/33: correct docstrings


From: Stefan Monnier
Subject: [elpa] externals/bluetooth dc4b63b 30/33: correct docstrings
Date: Sat, 19 Sep 2020 08:43:26 -0400 (EDT)

branch: externals/bluetooth
commit dc4b63b862a07b38fa4e7de49fb946aa7eebd7fa
Author: Raffael Stocker <r.stocker@mnet-mail.de>
Commit: Raffael Stocker <r.stocker@mnet-mail.de>

    correct docstrings
    
    * bluetooth.el (bluetooth-set-alias): add reference to NAME parameter
                           (bluetooth--device-uuids): correct reference to 
parameter
---
 bluetooth.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/bluetooth.el b/bluetooth.el
index a783ce4..e84c9b2 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -233,7 +233,7 @@ profiles."
   "Toggle pairable mode.")
 
 (defun bluetooth-set-alias (name)
-  "Set alias of Bluetooth device at point."
+  "Set alias of Bluetooth device at point to NAME."
   (interactive "MAlias (empty to reset): ")
   (bluetooth--dbus-set "Alias" name :device))
 
@@ -561,11 +561,12 @@ adapter reported by Bluez."
    #'dbus-get-all-properties))
 
 (defun bluetooth--device-uuids (properties)
-  "Return a UUID alist of device DEV-ID.
+  "Extract a UUID alist from device PROPERTIES.
 Each list element contains a UUID as the key and the
 corresponding description string as the value.  If no description
 string is available (e.g. for unknown UUIDs,) the UUID itself is
-the value."
+the value.  The device properties can be obtained in the suitable
+form by a call to ‘bluetooth--device-properties’."
   (let ((uuids (cdr (assoc "UUIDs" properties)))
                (uuid-alist))
        (when uuids



reply via email to

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