diff options
| author | Richard M. Stallman | 2004-02-17 01:06:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-02-17 01:06:10 +0000 |
| commit | c2d8228a0abb0dcf33a838de158f6b26ca795320 (patch) | |
| tree | dd817a5d9d4647c7a6798ac15ef572e9b7d15007 | |
| parent | a3d3f60db6255aecb481b0b9b2ab1da8f53eb6c1 (diff) | |
| download | emacs-c2d8228a0abb0dcf33a838de158f6b26ca795320.tar.gz emacs-c2d8228a0abb0dcf33a838de158f6b26ca795320.zip | |
Minor fix.
| -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 |