aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/objects.texi
diff options
context:
space:
mode:
authorKaroly Lorentey2007-04-22 12:42:47 +0000
committerKaroly Lorentey2007-04-22 12:42:47 +0000
commit9d0799072a0d09bc14a99eaf372b262d1ba61399 (patch)
tree76acd4ae0559776a5ec27fbd5c25598285ec71d1 /lispref/objects.texi
parente18c709364b095ea0be8ecabe458ac9a642a252f (diff)
parenta20becf321f023c6dc1831595712576d64e2ef4b (diff)
downloademacs-9d0799072a0d09bc14a99eaf372b262d1ba61399.tar.gz
emacs-9d0799072a0d09bc14a99eaf372b262d1ba61399.zip
Merged from emacs@sv.gnu.org
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-674 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-675 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-676 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-677 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-678 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-679 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-680 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-681 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-682 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-683 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-684 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-685 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-686 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-687 Release ERC 5.2. * emacs@sv.gnu.org/emacs--devo--0--patch-688 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-689 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-690 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-691 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-692 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-693 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-694 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-695 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-696 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-697 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-698 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-699 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-700 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-701 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-209 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-210 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-211 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-212 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-213 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-214 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-215 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-601
Diffstat (limited to 'lispref/objects.texi')
-rw-r--r--lispref/objects.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index 3fc11631111..e75cde70202 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -288,7 +288,7 @@ you @emph{must} use a second @samp{\} to quote it: @samp{?\\}.
288@cindex @samp{\a} 288@cindex @samp{\a}
289@cindex backspace 289@cindex backspace
290@cindex @samp{\b} 290@cindex @samp{\b}
291@cindex tab 291@cindex tab (ASCII character)
292@cindex @samp{\t} 292@cindex @samp{\t}
293@cindex vertical tab 293@cindex vertical tab
294@cindex @samp{\v} 294@cindex @samp{\v}
@@ -296,11 +296,11 @@ you @emph{must} use a second @samp{\} to quote it: @samp{?\\}.
296@cindex @samp{\f} 296@cindex @samp{\f}
297@cindex newline 297@cindex newline
298@cindex @samp{\n} 298@cindex @samp{\n}
299@cindex return 299@cindex return (ASCII character)
300@cindex @samp{\r} 300@cindex @samp{\r}
301@cindex escape 301@cindex escape (ASCII character)
302@cindex @samp{\e} 302@cindex @samp{\e}
303@cindex space 303@cindex space (ASCII character)
304@cindex @samp{\s} 304@cindex @samp{\s}
305 You can express the characters control-g, backspace, tab, newline, 305 You can express the characters control-g, backspace, tab, newline,
306vertical tab, formfeed, space, return, del, and escape as @samp{?\a}, 306vertical tab, formfeed, space, return, del, and escape as @samp{?\a},
@@ -661,7 +661,7 @@ empty list. The empty list is actually the symbol @code{nil}.
661cells are used as part of lists, the phrase @dfn{list structure} has 661cells are used as part of lists, the phrase @dfn{list structure} has
662come to refer to any structure made out of cons cells. 662come to refer to any structure made out of cons cells.
663 663
664@cindex atom 664@cindex atoms
665 Because cons cells are so central to Lisp, we also have a word for 665 Because cons cells are so central to Lisp, we also have a word for
666``an object which is not a cons cell.'' These objects are called 666``an object which is not a cons cell.'' These objects are called
667@dfn{atoms}. 667@dfn{atoms}.
@@ -753,7 +753,7 @@ buttercup)}, sketched in a different manner:
753@end group 753@end group
754@end smallexample 754@end smallexample
755 755
756@cindex @code{nil} in lists 756@cindex @code{nil} as a list
757@cindex empty list 757@cindex empty list
758 A list with no elements in it is the @dfn{empty list}; it is identical 758 A list with no elements in it is the @dfn{empty list}; it is identical
759to the symbol @code{nil}. In other words, @code{nil} is both a symbol 759to the symbol @code{nil}. In other words, @code{nil} is both a symbol
@@ -1493,7 +1493,7 @@ uniquely).
1493 1493
1494@node Window Configuration Type 1494@node Window Configuration Type
1495@subsection Window Configuration Type 1495@subsection Window Configuration Type
1496@cindex screen layout 1496@cindex window layout in a frame
1497 1497
1498 A @dfn{window configuration} stores information about the positions, 1498 A @dfn{window configuration} stores information about the positions,
1499sizes, and contents of the windows in a frame, so you can recreate the 1499sizes, and contents of the windows in a frame, so you can recreate the
@@ -1507,6 +1507,7 @@ window configurations.
1507@node Frame Configuration Type 1507@node Frame Configuration Type
1508@subsection Frame Configuration Type 1508@subsection Frame Configuration Type
1509@cindex screen layout 1509@cindex screen layout
1510@cindex window layout, all frames
1510 1511
1511 A @dfn{frame configuration} stores information about the positions, 1512 A @dfn{frame configuration} stores information about the positions,
1512sizes, and contents of the windows in all frames. It is actually 1513sizes, and contents of the windows in all frames. It is actually
@@ -1998,7 +1999,6 @@ always true.
1998@end group 1999@end group
1999@end example 2000@end example
2000 2001
2001@cindex equality of strings
2002Comparison of strings is case-sensitive, but does not take account of 2002Comparison of strings is case-sensitive, but does not take account of
2003text properties---it compares only the characters in the strings. For 2003text properties---it compares only the characters in the strings. For
2004technical reasons, a unibyte string and a multibyte string are 2004technical reasons, a unibyte string and a multibyte string are