From 5235a6f7f17c183864ae07a054e24372c480008f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 18 May 2024 19:23:11 +0200 Subject: [PATCH] Fix double periods in `doctor-symptoms` * lisp/play/doctor.el (doctor-symptoms): Don't produce double periods. (cherry picked from commit 96f64c156c6b76ba02232179ad76ace04a92ed06) --- lisp/play/doctor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 79ddc4fc929..4f18ae14f23 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el @@ -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) -- 2.39.5