diff options
Diffstat (limited to 'chess-transport.el')
| -rw-r--r-- | chess-transport.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chess-transport.el b/chess-transport.el index b68b836..5fc4118 100644 --- a/chess-transport.el +++ b/chess-transport.el @@ -15,10 +15,10 @@ "This is an example of a generic transport engine." (cond ((eq event 'initialize) - ;; Initialize your transport here. Make sure that any - ;; housekeeping data you use is kept in buffer-local variables. - ;; Otherwise, multiple games played using the same kind of - ;; transport might collide. + ;; Initialize your transport here, if necessary. Make sure that + ;; any housekeeping data you use is kept in buffer-local + ;; variables. Otherwise, multiple games played using the same + ;; kind of transport might collide. ) ((eq event 'send) |
