aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-03-27 23:39:32 +0000
committerRichard M. Stallman <[email protected]>1995-03-27 23:39:32 +0000
commitc2cd5fb7934ecccc47d9306791e4396e88a28a0c (patch)
tree4b502a3f2d298431f9dab6d22fee207cc2a71583 /lispref
parentc07289e0a4e7ec1e5aa53250b9a3ff241d969041 (diff)
Minor purecopy correction.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/internals.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi
index cc3550e483..352dd226d2 100644
--- a/lispref/internals.texi
+++ b/lispref/internals.texi
@@ -173,8 +173,9 @@ vectors and cons cells. It does not make copies of other objects such
as symbols, but just returns them unchanged. It signals an error if
asked to copy markers.
-This function is used only while Emacs is being built and dumped; it is
-called only in the file @file{emacs/lisp/loaddefs.el}.
+This function is a no-op except while Emacs is being built and dumped;
+it is usually called only in the file @file{emacs/lisp/loaddefs.el}, but
+a few packages call it just in case you decide to preload them.
@end defun
@defvar pure-bytes-used