From: Richard M. Stallman Date: Tue, 17 Feb 2004 01:06:10 +0000 (+0000) Subject: Minor fix. X-Git-Tag: ttn-vms-21-2-B4~7556 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2d8228a0abb0dcf33a838de158f6b26ca795320;p=emacs.git Minor fix. --- diff --git a/lispref/objects.texi b/lispref/objects.texi index 6cb5adb72b8..7c8eff06295 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -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}#}. diff --git a/lispref/os.texi b/lispref/os.texi index 5401701b973..b5814372df9 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -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