diff options
| author | Eli Zaretskii | 2022-12-22 13:02:45 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-12-22 13:02:45 +0200 |
| commit | 9bf13a3fb9e197dfa741625fb7089ee7924cc581 (patch) | |
| tree | 1480e53cf3203f253cc545b58e0a1084161ee311 /src/alloc.c | |
| parent | baa33a5c054d06cef9a18bc876893d395baf288b (diff) | |
| download | emacs-9bf13a3fb9e197dfa741625fb7089ee7924cc581.tar.gz emacs-9bf13a3fb9e197dfa741625fb7089ee7924cc581.zip | |
; * src/alloc.c (Fmemory_info): Doc fix.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 9feca7ae024..9a7c759dc1d 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -7437,7 +7437,7 @@ DEFUN ("memory-info", Fmemory_info, Smemory_info, 0, 0, 0, | |||
| 7437 | All values are in Kbytes. If there is no swap space, | 7437 | All values are in Kbytes. If there is no swap space, |
| 7438 | last two values are zero. If the system is not supported | 7438 | last two values are zero. If the system is not supported |
| 7439 | or memory information can't be obtained, return nil. | 7439 | or memory information can't be obtained, return nil. |
| 7440 | If `default-directory’ is remote, return memory information of the | 7440 | If `default-directory' is remote, return memory information of the |
| 7441 | respective remote host. */) | 7441 | respective remote host. */) |
| 7442 | (void) | 7442 | (void) |
| 7443 | { | 7443 | { |