From dd8077618b3ba4fb0fe804cad4c6e58a085dc43d Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Wed, 27 Feb 2002 22:09:17 +0100
Subject: [PATCH] example -> expr

Rev: refdoc/chapters/data_types.xml:1.4
---
 refdoc/chapters/data_types.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/refdoc/chapters/data_types.xml b/refdoc/chapters/data_types.xml
index afd325a8d4..9f1b00d986 100644
--- a/refdoc/chapters/data_types.xml
+++ b/refdoc/chapters/data_types.xml
@@ -709,11 +709,11 @@ section again.</p>
 <dt> compiling</dt>
 <dd> All programs are generated by compiling a string. The string may of
      course be read from a file. For this purpose there are three functions:
-<example>
+<expr>
 program compile(string p);
 program compile_file(string filename);
 program compile_string(string p, string filename);
-</example>
+</expr>
      <tt>compile_file</tt> simply reads the file given as argument, compiles
      it and returns the resulting program. <tt>compile_string</tt> instead
      compiles whatever is in the string <i>p</i>. The second argument,
-- 
GitLab