about summary refs log tree commit diff
path: root/thogai.el
diff options
context:
space:
mode:
Diffstat (limited to 'thogai.el')
-rw-r--r--thogai.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/thogai.el b/thogai.el
index 241beaf..9dc5d25 100644
--- a/thogai.el
+++ b/thogai.el
@@ -34,7 +34,7 @@
 ;;
 ;; Connect to your steno machine using the Gemini protocol with
 ;;
-;; M-x thogai-connect
+;; M-x thogai-gemini-connect
 ;; 
 ;; Chord away!
 
@@ -471,8 +471,12 @@ BYTES is a list of 6 bytes in the Gemini protocol."
             (thogai-process-stroke thogai-stroke-ring))
           (setq bytes nil))))))
 
-(defun thogai-connect (port speed)
-  "Connect to steno machine at serial PORT with SPEED."
+(defun thogai-gemini-connect (port speed)
+  "Connect to steno machine via the Gemini protocol.
+
+PORT is the path or name of the serial port.  SPEED is the speed
+of the port in bits per second, and is often known as the baud
+rate."
   (interactive (list (serial-read-name)
                      (serial-read-speed)))
   (make-serial-process :port port