diff options
Diffstat (limited to 'lisp/filesets.el')
-rw-r--r-- | lisp/filesets.el | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el index b74b4a8a400..c05fff3fb74 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el @@ -545,8 +545,8 @@ computer environments." (defcustom filesets-tree-max-level 3 "Maximum scan depth for directory trees. A :tree fileset is defined by a base directory the contents of which -will be recursively added to the menu. `filesets-tree-max-level' tells up -to which level the directory structure should be scanned/listed, +will be recursively added to the menu. `filesets-tree-max-level' tells +up to which level the directory structure should be scanned/listed, i.e. how deep the menu should be. Try something like (\"HOME -- only one level\" @@ -966,11 +966,11 @@ Example definition: `filesets-data' is a list of (NAME-AS-STRING . DEFINITION), DEFINITION being an association list with the fields: -:files FILE-1 .. FILE-N ... a list of files belonging to a fileset +:files FILE-1 .. FILE-N ... a list of files belonging to a fileset. :ingroup FILE-NAME ... an inclusion group's base file. -:tree ROOT-DIR PATTERN ... a base directory and a file pattern +:tree ROOT-DIR PATTERN ... a base directory and a file pattern. :pattern DIR PATTERN ... a base directory and a regexp matching files in that directory. Usually, @@ -981,17 +981,17 @@ being an association list with the fields: :filter-dirs-flag BOOLEAN ... is only used in conjunction with :tree. :tree-max-level INTEGER ... recurse into directories this many levels -\(see `filesets-tree-max-level' for a full explanation) +\(see `filesets-tree-max-level' for a full explanation). :dormant-flag BOOLEAN ... non-nil means don't show this item in the menu; dormant filesets can still be manipulated via commands available from the minibuffer -- e.g. `filesets-open', `filesets-close', or -`filesets-run-cmd' +`filesets-run-cmd'. -:dormant-p FUNCTION ... a function returning :dormant-flag +:dormant-p FUNCTION ... a function returning :dormant-flag. :open FUNCTION ... the function used to open file belonging to this -fileset. The function takes a file name as argument +fileset. The function takes a file name as argument. :save FUNCTION ... the function used to save file belonging to this fileset; it takes no arguments, but works on the current buffer. @@ -1003,7 +1003,8 @@ optional. In conjunction with the :tree tag, :save is void. :open refers to the function used for opening files in a directory, not for opening the -directory. For browsing directories, `filesets-browse-dir-function' is used. +directory. For browsing directories, `filesets-browse-dir-function' +is used. Before using :ingroup, make sure that the file type is already defined in `filesets-ingroup-patterns'." @@ -2440,10 +2441,10 @@ fileset thinks this is necessary or not." "Filesets: manual editing of user data required! Filesets has detected that you were using an older version before, -which requires some manual updating. Type `y' for editing the startup +which requires some manual updating. Type `y' for editing the startup file now. -The layout of `filesets-data' has changed. Please delete your cache file +The layout of `filesets-data' has changed. Please delete your cache file and edit your startup file as shown below: 1. `filesets-data': Edit all :pattern filesets in your startup file and |