diff options
author | Juri Linkov <juri@jurta.org> | 2010-03-23 09:11:50 +0200 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-03-23 09:11:50 +0200 |
commit | 75a3ff20abab33d759ab0d1eb2631778bcf82f86 (patch) | |
tree | 3b2bc7adf7172c2c7f4afc2ed6ab6973fc2463ab /lisp/finder.el | |
parent | 814fb70858add5fffcedce54c13c53ba6bfa5548 (diff) | |
download | emacs-75a3ff20abab33d759ab0d1eb2631778bcf82f86.tar.gz |
* finder.el: Remove TODO tasks.
* info.el (Info-finder-find-node): Add node "all"
with all package info. Handle a list of multiple keywords
separated by comma.
(info-finder): In interactive use with a prefix argument,
use `completing-read-multiple' to read a list of keywords
separated by comma.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index 358c0a1fee2..2de8e2e01a7 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -27,12 +27,6 @@ ;; This mode uses the Keywords library header to provide code-finding ;; services by keyword. -;; -;; Things to do: -;; 1. Support multiple keywords per search. This could be extremely hairy; -;; there doesn't seem to be any way to get completing-read to exit on -;; an EOL with no substring pending, which is what we'd want to end the loop. -;; 2. Search by string in synopsis line? ;;; Code: |