changeset 1893:b047e77f3be4

(Fmemory_limit): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Feb 1993 17:36:06 +0000
parents c4ff65277bb3
children 73a56a618d25
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Sat Feb 20 06:23:08 1993 +0000
+++ b/src/alloc.c	Sat Feb 20 17:36:06 1993 +0000
@@ -2016,7 +2016,7 @@
 DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, "",
   "Return the address of the last byte Emacs has allocated, divided by 1024.\n\
 This may be helpful in debugging Emacs's memory usage.\n\
-The value is divided by 1024 to make sure it will fit in a lisp integer.")
+We divide the value by 1024 to make sure it fits in a Lisp integer.")
   ()
 {
   Lisp_Object end;