mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
Minor purecopy correction.
This commit is contained in:
parent
c07289e0a4
commit
c2cd5fb793
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue