Function: dictionary-reply
dictionary-reply is a byte-compiled function defined in
dictionary.el.gz.
Signature
(dictionary-reply REPLY)
Documentation
Return the string reply stored in REPLY.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defsubst dictionary-reply (reply)
"Return the string reply stored in REPLY."
(get reply 'reply))