aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-02-17 01:06:10 +0000
committerRichard M. Stallman2004-02-17 01:06:10 +0000
commitc2d8228a0abb0dcf33a838de158f6b26ca795320 (patch)
treedd817a5d9d4647c7a6798ac15ef572e9b7d15007
parenta3d3f60db6255aecb481b0b9b2ab1da8f53eb6c1 (diff)
downloademacs-c2d8228a0abb0dcf33a838de158f6b26ca795320.tar.gz
emacs-c2d8228a0abb0dcf33a838de158f6b26ca795320.zip
Minor fix.
-rw-r--r--lispref/objects.texi2
-rw-r--r--lispref/os.texi2
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
1503complex of Lisp objects, you can use the reader constructs 1503complex 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.
1306function, because quitting out of many timer functions can leave 1306function, because quitting out of many timer functions can leave
1307things in an inconsistent state. This is normally unproblematical 1307things in an inconsistent state. This is normally unproblematical
1308because most timer functions don't do a lot of work. Indeed, for a 1308because most timer functions don't do a lot of work. Indeed, for a
1309timer to calls a function that takes substantial time to run is likely 1309timer to call a function that takes substantial time to run is likely
1310to be annoying. 1310to be annoying.
1311 1311
1312@defun run-at-time time repeat function &rest args 1312@defun run-at-time time repeat function &rest args