mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit c25130375e4ea68882122bdcb6c2d9296e5bb5b0 Author: Matthew L. Fidler <[email protected]> Date: Wed Jun 18 07:08:34 2014 -0500 Update documentation again. --- ergoemacs-functions.el | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el index c896ee8..d546a71 100644 --- a/ergoemacs-functions.el +++ b/ergoemacs-functions.el @@ -1229,7 +1229,12 @@ If less than or equal to zero, there is no limit." FILE can be a list of files, or a single file. If FILE is not specified, it will be: - `dired-get-marked-files' for `dired-mode' or `locate-mode' -- `buffer-file-name' for other files." +- `buffer-file-name' for other files. + +This will function prompt if you are sure you want to open the +set of files if there are many files to open. This is controlled +by `ergoemacs-maximum-number-of-files-to-open'. +" (interactive) (let* ((my-file-list (cond
