From: Taylor R Campbell Date: Fri, 30 Aug 2013 15:52:18 +0000 (+0000) Subject: Capitalize word after `Caution:'. X-Git-Tag: release-9.2.0~138 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=81fc0fc3c6cd4a5056de51735c7989d004a74ba9;p=mit-scheme.git Capitalize word after `Caution:'. --- diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo index c7d231146..89356e483 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -1577,7 +1577,7 @@ storage available after collection, an exact non-negative integer. to system tasks after the need for a garbage collection is detected and before the garbage collector is started. (An example of such a system task is changing the run-light to show ``gc'' when scheme is running -under Emacs.) @strong{Caution:} you should not specify +under Emacs.) @strong{Caution:} You should not specify @var{safety-margin} unless you know what you are doing. If you specify a value that is too small, you can put Scheme in an unusable state. @end deffn