From: Stefan Kangas Date: Sat, 18 May 2024 17:23:11 +0000 (+0200) Subject: Fix double periods in `doctor-symptoms` X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5235a6f7f17c183864ae07a054e24372c480008f;p=emacs.git Fix double periods in `doctor-symptoms` * lisp/play/doctor.el (doctor-symptoms): Don't produce double periods. (cherry picked from commit 96f64c156c6b76ba02232179ad76ace04a92ed06) --- 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)