diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-06-18 14:34:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-06-18 14:34:53 +0000 |
commit | 27c0fbf5e397107a3e6c3dad6e9c2bd2fe03e590 (patch) | |
tree | a1eb28943707dbe1a2548a3af88573cf36bb3c89 /lisp/filesets.el | |
parent | b3ae255b1a5258a1cfc429e0bf79305d635592cd (diff) | |
download | emacs-27c0fbf5e397107a3e6c3dad6e9c2bd2fe03e590.tar.gz |
(filesets-update-pre010505): Fix typo.
Diffstat (limited to 'lisp/filesets.el')
-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: \(\"Test\" (:pattern \"~/dir/^pattern$\")) --> \(\"Test\" (:pattern \"~/dir/\" \"^pattern$\")) -2. `filesets-data': Change all occurances of \":document\" to \":ingroup\": +2. `filesets-data': Change all occurrences of \":document\" to \":ingroup\": \(\(\"Test\" \(:document \"~/dir/file\")) --> \(\(\"Test\" \(:ingroup \"~/dir/file\")) |