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

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

[elpa] externals/bluetooth c473128 40/57: adds repository URL to mode (e


From: Stefan Monnier
Subject: [elpa] externals/bluetooth c473128 40/57: adds repository URL to mode (entry) command docstring
Date: Thu, 7 Nov 2019 23:28:56 -0500 (EST)

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

    adds repository URL to mode (entry) command docstring
---
 bluetooth.el | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/bluetooth.el b/bluetooth.el
index 1a54854..b1ed0dd 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -217,8 +217,8 @@ This is usually `:system' if bluetoothd runs as a system 
service, or
 (define-derived-mode bluetooth-mode tabulated-list-mode
   bluetooth--mode-name
   "Major mode for managing Bluetooth devices.
-This mode allows pairing with and connecting to Bluetooth
-devices, as well as setting properties."
+
+For documentation, see URL `https://gitlab.com/rstocker/emacs-bluetooth'."
   (setq tabulated-list-format bluetooth--list-format
        tabulated-list-entries #'bluetooth--list-entries
        tabulated-list-padding 1)
@@ -396,7 +396,12 @@ This function only uses the first adapter reported by 
Bluez."
 
 ;;;###autoload
 (defun list-bluetooth-devices ()
-  "Display a list of Bluetooth devices that are available."
+  "Display a list of Bluetooth devices.
+This function starts Bluetooth mode which offers an interface
+with simple device management functions (e.g. pairing, connecting,
+scanning the bus etc.)
+
+For documentation, see URL `https://gitlab.com/rstocker/emacs-bluetooth'."
   (interactive)
   ;; make sure D-Bus is (made) available
   (dbus-ping bluetooth-bluez-bus bluetooth--service bluetooth--timeout)



reply via email to

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