diff options
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/files.texi | 4 | ||||
-rw-r--r-- | doc/lispref/internals.texi | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 183b2786eae..4b45d89f9d0 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -3383,7 +3383,7 @@ first, before handlers for jobs such as remote file access. @code{make-nearby-temp-file}, @code{make-process}, @code{make-symbolic-link},@* -@code{process-attributes}, @code{process-file}, +@code{memory-info}, @code{process-attributes}, @code{process-file}, @code{rename-file}, @code{set-file-acl}, @code{set-file-modes}, @code{set-file-selinux-context}, @code{set-file-times}, @code{set-visited-file-modtime}, @code{shell-command}, @@ -3445,7 +3445,7 @@ first, before handlers for jobs such as remote file access. @code{make-nearby-temp-file}, @code{make-process}, @code{make-symbolic-link}, -@code{process-attributes}, @code{process-file}, +@code{memory-info}, @code{process-attributes}, @code{process-file}, @code{rename-file}, @code{set-file-acl}, @code{set-file-modes}, @code{set-file-selinux-context}, @code{set-file-times}, @code{set-visited-file-modtime}, @code{shell-command}, 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 |