diff options
| author | Richard M. Stallman | 1993-02-20 17:36:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-02-20 17:36:06 +0000 |
| commit | e41ae81fbf29e6e56efa8d924f5983002ad63652 (patch) | |
| tree | b107ed53a021505eded51e47a7e9bab932d5cd4a /src/alloc.c | |
| parent | 406e12d96302d11f2c0ae2e17c096df378662420 (diff) | |
| download | emacs-e41ae81fbf29e6e56efa8d924f5983002ad63652.tar.gz emacs-e41ae81fbf29e6e56efa8d924f5983002ad63652.zip | |
(Fmemory_limit): 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 f49dbdf9e81..c701abe3a84 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -2016,7 +2016,7 @@ compact_strings () | |||
| 2016 | DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, "", | 2016 | DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, "", |
| 2017 | "Return the address of the last byte Emacs has allocated, divided by 1024.\n\ | 2017 | "Return the address of the last byte Emacs has allocated, divided by 1024.\n\ |
| 2018 | This may be helpful in debugging Emacs's memory usage.\n\ | 2018 | This may be helpful in debugging Emacs's memory usage.\n\ |
| 2019 | The value is divided by 1024 to make sure it will fit in a lisp integer.") | 2019 | We divide the value by 1024 to make sure it fits in a Lisp integer.") |
| 2020 | () | 2020 | () |
| 2021 | { | 2021 | { |
| 2022 | Lisp_Object end; | 2022 | Lisp_Object end; |