Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e41ae81f
Commit
e41ae81f
authored
Feb 20, 1993
by
Richard M. Stallman
Browse files
(Fmemory_limit): Doc fix.
parent
406e12d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/alloc.c
src/alloc.c
+1
-1
No files found.
src/alloc.c
View file @
e41ae81f
...
...
@@ -2016,7 +2016,7 @@ compact_strings ()
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
l
isp integer."
)
We divide the value
by 1024 to make sure it fit
s
in a
L
isp integer."
)
()
{
Lisp_Object
end
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment