# HG changeset patch # User Richard M. Stallman # Date 1231171409 0 # Node ID e2daa3033e6edfe26d6efb42acb691978e78df4c # Parent 942babd91d521f62145fdfd5acbf80d1493841d3 (Function Safety): Texinfo usage fix. diff -r 942babd91d52 -r e2daa3033e6e doc/lispref/functions.texi --- a/doc/lispref/functions.texi Mon Jan 05 15:53:40 2009 +0000 +++ b/doc/lispref/functions.texi Mon Jan 05 16:03:29 2009 +0000 @@ -1419,10 +1419,10 @@ @item A symbol with a non-@code{nil} @code{side-effect-free} property. @item -A symbol with a non-@code{nil} @code{safe-function} property. Value t -indicates a function that is safe but has innocuous side effects. -Other values will someday indicate functions with classes of side -effects that are not always safe. +A symbol with a non-@code{nil} @code{safe-function} property. The +value @code{t} indicates a function that is safe but has innocuous +side effects. Other values will someday indicate functions with +classes of side effects that are not always safe. @end itemize The @code{side-effect-free} and @code{safe-function} properties are