comparison 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
comparison
equal deleted inserted replaced
21006:00022857f529 21007:66d807bdc5b4
423 for this basic information.) Generally speaking, the earlier chapters 423 for this basic information.) Generally speaking, the earlier chapters
424 describe features of Emacs Lisp that have counterparts in many 424 describe features of Emacs Lisp that have counterparts in many
425 programming languages, and later chapters describe features that are 425 programming languages, and later chapters describe features that are
426 peculiar to Emacs Lisp or relate specifically to editing. 426 peculiar to Emacs Lisp or relate specifically to editing.
427 427
428 This is edition 2.4. 428 This is edition 2.5.
429 429
430 @menu 430 @menu
431 * Caveats:: Flaws and a request for help. 431 * Caveats:: Flaws and a request for help.
432 * Lisp History:: Emacs Lisp is descended from Maclisp. 432 * Lisp History:: Emacs Lisp is descended from Maclisp.
433 * Conventions:: How the manual is formatted. 433 * Conventions:: How the manual is formatted.
660 @samp{@error{}}. Note that @samp{@error{}} itself does not appear in 660 @samp{@error{}}. Note that @samp{@error{}} itself does not appear in
661 the echo area. 661 the echo area.
662 662
663 @example 663 @example
664 (+ 23 'x) 664 (+ 23 'x)
665 @error{} Wrong type argument: integer-or-marker-p, x 665 @error{} Wrong type argument: number-or-marker-p, x
666 @end example 666 @end example
667 667
668 @node Buffer Text Notation 668 @node Buffer Text Notation
669 @subsection Buffer Text Notation 669 @subsection Buffer Text Notation
670 @cindex buffer text notation 670 @cindex buffer text notation