# HG changeset patch # User Richard M. Stallman # Date 730229766 0 # Node ID b047e77f3be49f775054aef1305bca094bbcac17 # Parent c4ff65277bb3529dcd837524183de70fbc187dd8 (Fmemory_limit): Doc fix. diff -r c4ff65277bb3 -r b047e77f3be4 src/alloc.c --- 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;