changeset 100917:e2daa3033e6e

(Function Safety): Texinfo usage fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 Jan 2009 16:03:29 +0000
parents 942babd91d52
children 3f28e1318239
files doc/lispref/functions.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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