aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
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.")