From e32c98000f00d9fe688c50be6e507218be1f570f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 11:38:06 +0000 Subject: *** no comment *** --- chess-transport.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chess-transport.el') 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) -- cgit v1.2.3