Mercurial > emacs
diff src/alloc.c @ 1893:b047e77f3be4
(Fmemory_limit): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 20 Feb 1993 17:36:06 +0000 |
| parents | 11f62e53acff |
| children | d649f2179d67 |
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;
