Function: doctor-put-meaning
doctor-put-meaning is a macro defined in doctor.el.gz.
Signature
(doctor-put-meaning SYMB VAL)
Documentation
Store the base meaning of a word on the property list.
Source Code
;; Defined in /usr/src/emacs/lisp/play/doctor.el.gz
(defmacro doctor-put-meaning (symb val)
"Store the base meaning of a word on the property list."
`(put ',symb 'doctor-meaning ,val))