diff options
Diffstat (limited to 'doc/lispref/internals.texi')
-rw-r--r-- | doc/lispref/internals.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 4640b6d7591..c4e724d761c 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -622,6 +622,9 @@ a certain kind of object. See the documentation string for details. @defun memory-info This functions returns an amount of total system memory and how much of it is free. On an unsupported system, the value may be @code{nil}. + +If @code{default-directory} points to a remote host, memory +information of that host is returned. @end defun @defvar gcs-done |