renamed \<choice> to \<orelse>;
authorwenzelm
Tue, 29 Apr 1997 17:23:53 +0200
changeset 3067 4d501db6ebed
parent 3066 3c548f92e032
child 3068 b7562e452816
renamed \<choice> to \<orelse>;
lib/encodings/isabelle-0
lib/scripts/symbolinput.pl
src/Pure/Syntax/symbol_font.ML
--- a/lib/encodings/isabelle-0	Tue Apr 29 17:14:06 1997 +0200
+++ b/lib/encodings/isabelle-0	Tue Apr 29 17:23:53 1997 +0200
@@ -13,7 +13,7 @@
 tturnstile
 langle
 rangle
-choice
+orelse
 top
 Or
 ocdot
--- a/lib/scripts/symbolinput.pl	Tue Apr 29 17:14:06 1997 +0200
+++ b/lib/scripts/symbolinput.pl	Tue Apr 29 17:23:53 1997 +0200
@@ -13,7 +13,7 @@
   "\x95", "\\<tturnstile>",
   "\x96", "\\<langle>",
   "\x97", "\\<rangle>",
-  "\x98", "\\<choice>",
+  "\x98", "\\<orelse>",
   "\x99", "\\<top>",
   "\x9a", "\\<Or>",
   "\x9b", "\\<ocdot>",
--- a/src/Pure/Syntax/symbol_font.ML	Tue Apr 29 17:14:06 1997 +0200
+++ b/src/Pure/Syntax/symbol_font.ML	Tue Apr 29 17:23:53 1997 +0200
@@ -39,7 +39,7 @@
   "tturnstile",
   "langle",
   "rangle",
-  "choice",
+  "orelse",
   "top",
   "Or",
   "ocdot",