diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-27 23:39:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-27 23:39:32 +0000 |
commit | 8deaff8e2551cc3f8b83e89da1cc2fdbd3662497 (patch) | |
tree | 0c3ad327859752f61689cad9628bba3a3c88179d /lispref | |
parent | 15274288309e4fe769173494778db5b14a4a91f1 (diff) | |
download | emacs-8deaff8e2551cc3f8b83e89da1cc2fdbd3662497.tar.gz |
Minor purecopy correction.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/internals.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi index cc3550e4832..352dd226d28 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 |