]> code.delx.au - gnu-emacs/commitdiff
Minor fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2004 01:06:10 +0000 (01:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2004 01:06:10 +0000 (01:06 +0000)
lispref/objects.texi
lispref/os.texi

index 6cb5adb72b82809e6bd68e9b01ad23dce141dcf6..7c8eff0629502d7ac323a6748d08a144c87dc715 100644 (file)
@@ -1499,7 +1499,7 @@ positions.
 @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}#}.
 
index 5401701b9730d5ef74b0f2123401f21f64576316..b5814372df9aa015c543da530d9e6a5085a64f95 100644 (file)
@@ -1306,7 +1306,7 @@ execution is very precise if Emacs is idle.
 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