diff options
| -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 | |||
| 173 | as symbols, but just returns them unchanged. It signals an error if | 173 | as symbols, but just returns them unchanged. It signals an error if |
| 174 | asked to copy markers. | 174 | asked to copy markers. |
| 175 | 175 | ||
| 176 | This function is used only while Emacs is being built and dumped; it is | 176 | This function is a no-op except while Emacs is being built and dumped; |
| 177 | called only in the file @file{emacs/lisp/loaddefs.el}. | 177 | it is usually called only in the file @file{emacs/lisp/loaddefs.el}, but |
| 178 | a few packages call it just in case you decide to preload them. | ||
| 178 | @end defun | 179 | @end defun |
| 179 | 180 | ||
| 180 | @defvar pure-bytes-used | 181 | @defvar pure-bytes-used |