From 9bf13a3fb9e197dfa741625fb7089ee7924cc581 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 22 Dec 2022 13:02:45 +0200 Subject: [PATCH] ; * src/alloc.c (Fmemory_info): Doc fix. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, All values are in Kbytes. If there is no swap space, last two values are zero. If the system is not supported or memory information can't be obtained, return nil. -If `default-directory’ is remote, return memory information of the +If `default-directory' is remote, return memory information of the respective remote host. */) (void) { -- 2.39.2