diff options
author | Glenn Morris <rgm@gnu.org> | 2014-02-13 22:59:24 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-02-13 22:59:24 -0800 |
commit | b2bf2a254fba3ec86fb763a95289f51251428ac4 (patch) | |
tree | 1a623d1ad69e6ddb80baa754555fb216caa08383 /lisp/play/cookie1.el | |
parent | 48c4f9b124a17b4056e0b93f490befb09947f410 (diff) | |
download | emacs-b2bf2a254fba3ec86fb763a95289f51251428ac4.tar.gz |
Mention read-regexp in doc of functions that use it
* lisp/dired.el (dired-read-regexp):
* lisp/faces.el (list-faces-display):
* lisp/misearch.el (multi-isearch-read-matching-buffers)
(multi-isearch-read-matching-files):
* lisp/play/cookie1.el (cookie-apropos):
* lisp/progmodes/grep.el (grep-read-regexp): Doc fixes.
Diffstat (limited to 'lisp/play/cookie1.el')
-rw-r--r-- | lisp/play/cookie1.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el index 38619b1d26a..4d49fca7568 100644 --- a/lisp/play/cookie1.el +++ b/lisp/play/cookie1.el @@ -187,6 +187,7 @@ Argument REQUIRE-MATCH non-nil forces a matching cookie." (defun cookie-apropos (regexp phrase-file &optional display) "Return a list of all entries matching REGEXP from PHRASE-FILE. +Interactively, uses `read-regexp' to read REGEXP. Interactively, PHRASE-FILE defaults to `cookie-file', unless that is nil or a prefix argument is used. If called interactively, or if DISPLAY is non-nil, display a list of matches." |