changeset 54037:96796d3ede2e

Minor fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 17 Feb 2004 01:06:10 +0000
parents 9706b0221102
children 0bd7928bf5ac
files lispref/objects.texi lispref/os.texi
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}#}.
 
--- 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