mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Minor purecopy correction.
This commit is contained in:
parent
c07289e0a4
commit
c2cd5fb793
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user