aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--etc/isar/NamesInStrings.thy3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/isar/NamesInStrings.thy b/etc/isar/NamesInStrings.thy
index b8afc467..cf650298 100644
--- a/etc/isar/NamesInStrings.thy
+++ b/etc/isar/NamesInStrings.thy
@@ -9,7 +9,8 @@ lemma "foo-wiggle-bar": "B --> B" by auto
theorem "x b": "B --> B" by auto
(* NB: various other regexps and settings based on them are sensitive
- to grouping in isar-name-regexp. *)
+ to grouping in isar-name-regexp: should check function menu, imenu,
+ as well as undo behaviour. *)
end