aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/intro.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-02-28 01:53:53 +0000
committerRichard M. Stallman <[email protected]>1998-02-28 01:53:53 +0000
commitf9f59935f3518733b46009b9ee40132b1f330cf0 (patch)
treee932eb7bce20a1b1e30ecc1e494c2818d294a479 /lispref/intro.texi
parentcc6d0d2c9435d5d065121468b3655f4941403685 (diff)
*** empty log message ***
Diffstat (limited to 'lispref/intro.texi')
-rw-r--r--lispref/intro.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/intro.texi b/lispref/intro.texi
index def0d1c84b..c1cf54000f 100644
--- a/lispref/intro.texi
+++ b/lispref/intro.texi
@@ -425,7 +425,7 @@ describe features of Emacs Lisp that have counterparts in many
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 @@ the echo area.
@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