diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-02-28 01:53:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-02-28 01:53:53 +0000 |
commit | f9f59935f3518733b46009b9ee40132b1f330cf0 (patch) | |
tree | e932eb7bce20a1b1e30ecc1e494c2818d294a479 /lispref/intro.texi | |
parent | cc6d0d2c9435d5d065121468b3655f4941403685 (diff) | |
download | emacs-f9f59935f3518733b46009b9ee40132b1f330cf0.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/intro.texi')
-rw-r--r-- | lispref/intro.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/intro.texi b/lispref/intro.texi index def0d1c84bc..c1cf54000f3 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 |