diff options
| -rw-r--r-- | lispref/objects.texi | 2 | ||||
| -rw-r--r-- | lispref/os.texi | 2 |
2 files changed, 2 insertions, 2 deletions
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. | |||
| 1499 | @cindex @samp{#@var{n}=} read syntax | 1499 | @cindex @samp{#@var{n}=} read syntax |
| 1500 | @cindex @samp{#@var{n}#} read syntax | 1500 | @cindex @samp{#@var{n}#} read syntax |
| 1501 | 1501 | ||
| 1502 | In Emacs 21, to represent shared or circular structure within a | 1502 | In Emacs 21, to represent shared or circular structures within a |
| 1503 | complex of Lisp objects, you can use the reader constructs | 1503 | complex of Lisp objects, you can use the reader constructs |
| 1504 | @samp{#@var{n}=} and @samp{#@var{n}#}. | 1504 | @samp{#@var{n}=} and @samp{#@var{n}#}. |
| 1505 | 1505 | ||
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. | |||
| 1306 | function, because quitting out of many timer functions can leave | 1306 | function, because quitting out of many timer functions can leave |
| 1307 | things in an inconsistent state. This is normally unproblematical | 1307 | things in an inconsistent state. This is normally unproblematical |
| 1308 | because most timer functions don't do a lot of work. Indeed, for a | 1308 | because most timer functions don't do a lot of work. Indeed, for a |
| 1309 | timer to calls a function that takes substantial time to run is likely | 1309 | timer to call a function that takes substantial time to run is likely |
| 1310 | to be annoying. | 1310 | to be annoying. |
| 1311 | 1311 | ||
| 1312 | @defun run-at-time time repeat function &rest args | 1312 | @defun run-at-time time repeat function &rest args |