From: Eli Zaretskii Date: Thu, 22 Dec 2022 11:02:45 +0000 (+0200) Subject: ; * src/alloc.c (Fmemory_info): Doc fix. X-Git-Tag: emacs-29.0.90~1045 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bf13a3fb9e197dfa741625fb7089ee7924cc581;p=emacs.git ; * src/alloc.c (Fmemory_info): Doc fix. --- 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) {