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

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

[elpa] externals/bluetooth b5fc5c2 28/33: correct docstring in bluetooth


From: Stefan Monnier
Subject: [elpa] externals/bluetooth b5fc5c2 28/33: correct docstring in bluetooth-disconnect
Date: Sat, 19 Sep 2020 08:43:25 -0400 (EDT)

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

    correct docstring in bluetooth-disconnect
---
 bluetooth.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bluetooth.el b/bluetooth.el
index eff3247..d0e7dcd 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -180,7 +180,7 @@ non-interactively with UUID set to nil, connect to all 
profiles."
   "Disconnect the Bluetooth device at point.
 When called with a prefix argument, ask for a profile and
 disconnect only this profile.  Otherwise, or when called
-non-interactively with UUID set to nil, disconnect to all
+non-interactively with UUID set to nil, disconnect all
 profiles."
   (interactive (bluetooth--choose-uuid))
   (if uuid



reply via email to

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