diff options
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 2975754124a..e7edc0595b3 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -7693,7 +7693,7 @@ DEFUN ("memory-info", Fmemory_info, Smemory_info, 0, 0, 0, | |||
| 7693 | All values are in Kbytes. If there is no swap space, | 7693 | All values are in Kbytes. If there is no swap space, |
| 7694 | last two values are zero. If the system is not supported | 7694 | last two values are zero. If the system is not supported |
| 7695 | or memory information can't be obtained, return nil. | 7695 | or memory information can't be obtained, return nil. |
| 7696 | If `default-directory’ is remote, return memory information of the | 7696 | If `default-directory' is remote, return memory information of the |
| 7697 | respective remote host. */) | 7697 | respective remote host. */) |
| 7698 | (void) | 7698 | (void) |
| 7699 | { | 7699 | { |