diff options
| author | Richard M. Stallman | 1993-12-25 08:12:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-25 08:12:08 +0000 |
| commit | 31ce1c9154b20e2c204d93b839743d7b8b3ea7ea (patch) | |
| tree | 83b0c9ec690f0bcc32a164eaf4c242a2fca29a25 /src/alloc.c | |
| parent | 82ba47d77ad7904855ca5eb1c2463b8694173b7a (diff) | |
| download | emacs-31ce1c9154b20e2c204d93b839743d7b8b3ea7ea.tar.gz emacs-31ce1c9154b20e2c204d93b839743d7b8b3ea7ea.zip | |
(Fmemory_limit): No longer interactive.
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 f17db1ff07c..d4c4f3c402f 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -2124,7 +2124,7 @@ compact_strings () | |||
| 2124 | 2124 | ||
| 2125 | /* Debugging aids. */ | 2125 | /* Debugging aids. */ |
| 2126 | 2126 | ||
| 2127 | DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, "", | 2127 | DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, 0, |
| 2128 | "Return the address of the last byte Emacs has allocated, divided by 1024.\n\ | 2128 | "Return the address of the last byte Emacs has allocated, divided by 1024.\n\ |
| 2129 | This may be helpful in debugging Emacs's memory usage.\n\ | 2129 | This may be helpful in debugging Emacs's memory usage.\n\ |
| 2130 | We divide the value by 1024 to make sure it fits in a Lisp integer.") | 2130 | We divide the value by 1024 to make sure it fits in a Lisp integer.") |