From ef43ff700e2e5722769e29905705410fe69c5ddd Mon Sep 17 00:00:00 2001 From: rubikitch Date: Thu, 24 Feb 2011 11:31:37 +0900 Subject: [PATCH] anything-config.el (anything-filelist): docstring --- anything-config.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/anything-config.el b/anything-config.el index c8bde0f..ab1b735 100644 --- a/anything-config.el +++ b/anything-config.el @@ -3726,11 +3726,15 @@ Then (grep-candidates . anything-c-filelist-file-name) (candidate-number-limit . 200) (requires-pattern . 4) - (type . file))) + (type . file)) + "Source to find files instantly. +See `anything-c-filelist-file-name' docstring for usage.") ;;;###autoload (defun anything-filelist () - "Preconfigured `anything' to open files instantly." + "Preconfigured `anything' to open files instantly. + +See `anything-c-filelist-file-name' docstring for usage." (interactive) (anything-other-buffer 'anything-c-source-filelist "*anything file list*")) @@ -3738,7 +3742,8 @@ Then (defun anything-filelist+ () "Preconfigured `anything' to open files/buffers/bookmarks instantly. -This is a replacement for `anything-for-files'." +This is a replacement for `anything-for-files'. +See `anything-c-filelist-file-name' docstring for usage." (interactive) (anything-other-buffer '(anything-c-source-ffap-line -- 2.11.4.GIT