comparison lispref/objects.texi @ 51644:c0fa3bd7969d

(Symbol Type): Fix description of examples.
author Andreas Schwab <schwab@suse.de>
date Sun, 22 Jun 2003 17:04:07 +0000
parents 4a50d348a2b1
children 7c793b188969
comparison
equal deleted inserted replaced
51643:3161ec452b93 51644:c0fa3bd7969d
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2003
4 @c Free Software Foundation, Inc. 4 @c Free Software Foundation, Inc.
5 @c See the file elisp.texi for copying conditions. 5 @c See the file elisp.texi for copying conditions.
6 @setfilename ../info/objects 6 @setfilename ../info/objects
7 @node Lisp Data Types, Numbers, Introduction, Top 7 @node Lisp Data Types, Numbers, Introduction, Top
8 @chapter Lisp Data Types 8 @chapter Lisp Data Types
506 Lisp, upper case and lower case letters are distinct. 506 Lisp, upper case and lower case letters are distinct.
507 @end quotation 507 @end quotation
508 508
509 Here are several examples of symbol names. Note that the @samp{+} in 509 Here are several examples of symbol names. Note that the @samp{+} in
510 the fifth example is escaped to prevent it from being read as a number. 510 the fifth example is escaped to prevent it from being read as a number.
511 This is not necessary in the sixth example because the rest of the name 511 This is not necessary in the seventh example because the rest of the name
512 makes it invalid as a number. 512 makes it invalid as a number.
513 513
514 @example 514 @example
515 @group 515 @group
516 foo ; @r{A symbol named @samp{foo}.} 516 foo ; @r{A symbol named @samp{foo}.}