summaryrefslogtreecommitdiff
path: root/lisp/play/doctor.el
diff options
context:
space:
mode:
authorBastien Guerry <bastien1@free.fr>2011-02-16 17:55:21 +0100
committerBastien Guerry <bastien1@free.fr>2011-02-16 17:55:21 +0100
commit689743a20ba5883750ab24192ec955941f2b9752 (patch)
tree8fe523aec76e7d4916fe5694cc41be80505b03dc /lisp/play/doctor.el
parent1344aad491d0951920efef6cae1c6934f92cd59b (diff)
downloademacs-689743a20ba5883750ab24192ec955941f2b9752.tar.gz
play/doctor.el: bugfix for `doctor-mode'.
* play/doctor.el (doctor-mode): Bugfix: escape the "," character in a `doctor-type' argument.
Diffstat (limited to 'lisp/play/doctor.el')
-rw-r--r--lisp/play/doctor.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el
index 5b3b4aba0fe..c60472e9386 100644
--- a/lisp/play/doctor.el
+++ b/lisp/play/doctor.el
@@ -141,7 +141,7 @@ reads the sentence before point, and prints the Doctor's answer."
(turn-on-auto-fill)
(doctor-type '(i am the psychotherapist \.
(doc$ doctor--please) (doc$ doctor--describe) your (doc$ doctor--problems) \.
- each time you are finished talking, type \R\E\T twice \.))
+ each time you are finished talking\, type \R\E\T twice \.))
(insert "\n"))
(defun make-doctor-variables ()