aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-06-18 14:34:53 +0000
committerJuanma Barranquero <[email protected]>2002-06-18 14:34:53 +0000
commit27c0fbf5e397107a3e6c3dad6e9c2bd2fe03e590 (patch)
treea1eb28943707dbe1a2548a3af88573cf36bb3c89
parentb3ae255b1a5258a1cfc429e0bf79305d635592cd (diff)
(filesets-update-pre010505): Fix typo.
-rw-r--r--lisp/filesets.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el
index ae82aedb68..10d0d054c5 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\"))