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

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

[elpa] externals/bluetooth 1f3b244 47/57: makes checkdoc and package-lin


From: Stefan Monnier
Subject: [elpa] externals/bluetooth 1f3b244 47/57: makes checkdoc and package-lint happy
Date: Thu, 7 Nov 2019 23:28:57 -0500 (EST)

branch: externals/bluetooth
commit 1f3b24412395873b2ad6546e5c5e54a7b987ca87
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>

    makes checkdoc and package-lint happy
---
 Readme.org   | 2 +-
 bluetooth.el | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Readme.org b/Readme.org
index cb97fbf..90a7342 100644
--- a/Readme.org
+++ b/Readme.org
@@ -18,7 +18,7 @@
 ** Usage
 
    To install it, invoke ~M-x package-install-file~ on  ~bluetooth.el~
-   and then  use it with ~M-x list-bluetooth-devices~.
+   and then  use it with ~M-x bluetooth-list-devices~.
 
    The mode assumes availability of Bluez on D-Bus.  Depending on the system
    configuration, Bluez may use the ~:system~ bus or the ~:session~ bus.  This
diff --git a/bluetooth.el b/bluetooth.el
index 92befae..9b87091 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -7,7 +7,7 @@
 ;; Created: 13 Aug 2019
 ;; Version: 0.1
 ;; Package-Version:
-;; Package-Requires: ((dash) (cl-lib))
+;; Package-Requires: ((emacs "25.1"))
 ;; Keywords: hardware
 ;; URL: https://gitlab.com/rstocker/emacs-bluetooth
 
@@ -390,7 +390,7 @@ This function only uses the first adapter reported by 
Bluez."
 ;;; key bindings in a hook.
 
 ;;;###autoload
-(defun list-bluetooth-devices ()
+(defun bluetooth-list-devices ()
   "Display a list of Bluetooth devices.
 This function starts Bluetooth mode which offers an interface
 with simple device management functions (e.g. pairing, connecting,
@@ -602,7 +602,7 @@ For documentation, see URL 
`https://gitlab.com/rstocker/emacs-bluetooth'."
             (#x8 . ("Toy" . bluetooth--class-toy-minor-classes))
             (#x9 . ("Health" . bluetooth--class-health-minor-classes))
             (#xf . ("Unspecified" . nil)))))
-  "Bluetooth major device classes")
+  "Bluetooth major device classes.")
 
 (defconst bluetooth--class-computer-minor-classes
   '((name . "minor device class")
@@ -618,7 +618,7 @@ For documentation, see URL 
`https://gitlab.com/rstocker/emacs-bluetooth'."
             (#x5 . "Palm-size PC/PDA")
             (#x6 . "Wearable computer (watch size)")
             (#x7 . "Tablet"))))
-  "Bluetooth computer minor classes")
+  "Bluetooth computer minor classes.")
 
 (defconst bluetooth--class-phone-minor-classes
   '((name . "minor device class")



reply via email to

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