]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix double periods in `doctor-symptoms`
authorStefan Kangas <stefankangas@gmail.com>
Sat, 18 May 2024 17:23:11 +0000 (19:23 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 18 May 2024 19:12:41 +0000 (21:12 +0200)
* lisp/play/doctor.el (doctor-symptoms): Don't produce double periods.

(cherry picked from commit 96f64c156c6b76ba02232179ad76ace04a92ed06)

lisp/play/doctor.el

index 79ddc4fc92960ca3e911b5fca8fb64145e9c8a3f..4f18ae14f230912474e16e997582c05ca28968e7 100644 (file)
@@ -1522,7 +1522,7 @@ Hack on previous word, setting global variable DOCTOR-OWNER to correct result."
 
 (defun doctor-symptoms ()
   (doctor-type '((doc$ doctor--maybe) you should consult a medical doctor\;
-                i am a psychotherapist. \.)))
+                 i am a psychotherapist \.)))
 
 (defun doctor-hates ()
   (doctor-svo doctor-sent doctor-found 1 t)