diff lispref/intro.texi @ 21007:66d807bdc5b4

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Feb 1998 01:53:53 +0000
parents 586e3ea81792
children 90da2489c498
line wrap: on
line diff
--- a/lispref/intro.texi	Sat Feb 28 01:49:58 1998 +0000
+++ b/lispref/intro.texi	Sat Feb 28 01:53:53 1998 +0000
@@ -425,7 +425,7 @@
 programming languages, and later chapters describe features that are
 peculiar to Emacs Lisp or relate specifically to editing.
 
-  This is edition 2.4.
+  This is edition 2.5.
 
 @menu
 * Caveats::             Flaws and a request for help.
@@ -662,7 +662,7 @@
 
 @example
 (+ 23 'x)
-@error{} Wrong type argument: integer-or-marker-p, x
+@error{} Wrong type argument: number-or-marker-p, x
 @end example
 
 @node Buffer Text Notation