mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 19900be872ae14dd8602b5e7a6eb89fd4998a517 Author: Matthew L. Fidler <[email protected]> Date: Wed Jun 18 07:07:01 2014 -0500 Documentation update. --- ergoemacs-functions.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el index 0c5e915..c896ee8 100644 --- a/ergoemacs-functions.el +++ b/ergoemacs-functions.el @@ -1218,7 +1218,8 @@ Emacs buffers are those whose name starts with *." (setq buffer-offer-save t))) (defcustom ergoemacs-maximum-number-of-file-to-open 5 - "Maximum number of files to open" + "Maximum number of files to open. +If less than or equal to zero, there is no limit." :type 'integerp :group 'ergoemacs-mode) (declare-function dired-get-marked-files "dired.el")
