# HG changeset patch # User Richard M. Stallman # Date 1076979970 0 # Node ID 96796d3ede2e6929a55baf72205c1c00f8cf9de9 # Parent 9706b0221102f7f66b4bf5e8b92d9fdc13bd1bce Minor fix. diff -r 9706b0221102 -r 96796d3ede2e lispref/objects.texi --- a/lispref/objects.texi Tue Feb 17 01:04:35 2004 +0000 +++ b/lispref/objects.texi Tue Feb 17 01:06:10 2004 +0000 @@ -1499,7 +1499,7 @@ @cindex @samp{#@var{n}=} read syntax @cindex @samp{#@var{n}#} read syntax - In Emacs 21, to represent shared or circular structure within a + In Emacs 21, to represent shared or circular structures within a complex of Lisp objects, you can use the reader constructs @samp{#@var{n}=} and @samp{#@var{n}#}. diff -r 9706b0221102 -r 96796d3ede2e lispref/os.texi --- a/lispref/os.texi Tue Feb 17 01:04:35 2004 +0000 +++ b/lispref/os.texi Tue Feb 17 01:06:10 2004 +0000 @@ -1306,7 +1306,7 @@ function, because quitting out of many timer functions can leave things in an inconsistent state. This is normally unproblematical because most timer functions don't do a lot of work. Indeed, for a -timer to calls a function that takes substantial time to run is likely +timer to call a function that takes substantial time to run is likely to be annoying. @defun run-at-time time repeat function &rest args