aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorRichard M. Stallman1993-12-25 08:12:08 +0000
committerRichard M. Stallman1993-12-25 08:12:08 +0000
commit31ce1c9154b20e2c204d93b839743d7b8b3ea7ea (patch)
tree83b0c9ec690f0bcc32a164eaf4c242a2fca29a25 /src/alloc.c
parent82ba47d77ad7904855ca5eb1c2463b8694173b7a (diff)
downloademacs-31ce1c9154b20e2c204d93b839743d7b8b3ea7ea.tar.gz
emacs-31ce1c9154b20e2c204d93b839743d7b8b3ea7ea.zip
(Fmemory_limit): No longer interactive.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
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
2127DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, "", 2127DEFUN ("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\
2129This may be helpful in debugging Emacs's memory usage.\n\ 2129This may be helpful in debugging Emacs's memory usage.\n\
2130We divide the value by 1024 to make sure it fits in a Lisp integer.") 2130We divide the value by 1024 to make sure it fits in a Lisp integer.")