diff options
| -rw-r--r-- | lisp/filesets.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el index ae82aedb68b..10d0d054c5f 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el | |||
| @@ -2432,7 +2432,7 @@ transform all entries as shown in this example: | |||
| 2432 | \(\"Test\" (:pattern \"~/dir/^pattern$\")) | 2432 | \(\"Test\" (:pattern \"~/dir/^pattern$\")) |
| 2433 | --> \(\"Test\" (:pattern \"~/dir/\" \"^pattern$\")) | 2433 | --> \(\"Test\" (:pattern \"~/dir/\" \"^pattern$\")) |
| 2434 | 2434 | ||
| 2435 | 2. `filesets-data': Change all occurances of \":document\" to \":ingroup\": | 2435 | 2. `filesets-data': Change all occurrences of \":document\" to \":ingroup\": |
| 2436 | 2436 | ||
| 2437 | \(\(\"Test\" \(:document \"~/dir/file\")) | 2437 | \(\(\"Test\" \(:document \"~/dir/file\")) |
| 2438 | --> \(\(\"Test\" \(:ingroup \"~/dir/file\")) | 2438 | --> \(\(\"Test\" \(:ingroup \"~/dir/file\")) |