diff options
Diffstat (limited to 'chess-transport.el')
| -rw-r--r-- | chess-transport.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chess-transport.el b/chess-transport.el index f4a72d8..5d9e5b7 100644 --- a/chess-transport.el +++ b/chess-transport.el @@ -18,7 +18,9 @@ ;; Initialize the 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. + ;; kind of transport might collide. For example: + ;; + ;; (set (make-local-variable 'chess-transport-data) (car args)) ) ((eq event 'send) |
