Function: apropos-zippy
apropos-zippy is an interactive and byte-compiled function defined in
yow.el.gz.
Signature
(apropos-zippy REGEXP)
Documentation
Return a list of all Zippy quotes matching REGEXP.
If called interactively, display a list of matches.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/yow.el.gz
;;;###autoload
(defun apropos-zippy (regexp)
"Return a list of all Zippy quotes matching REGEXP.
If called interactively, display a list of matches."
(interactive "sApropos Zippy (regexp): ")
(cookie-apropos regexp yow-file (called-interactively-p 'interactive)))