Function: doctor-adverbp
doctor-adverbp is a byte-compiled function defined in doctor.el.gz.
Signature
(doctor-adverbp XX)
Source Code
;; Defined in /usr/src/emacs/lisp/play/doctor.el.gz
(defun doctor-adverbp (xx)
(let ((xxstr (doctor-make-string xx)))
(and (>= (length xxstr) 2)
(string-equal (substring (doctor-make-string xx) -2) "ly")
(not (memq xx '(family fly jelly rally))))))