]> git.eshelyaron.com Git - emacs.git/commitdiff
(Function Safety): Texinfo usage fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 Jan 2009 16:03:29 +0000 (16:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 Jan 2009 16:03:29 +0000 (16:03 +0000)
doc/lispref/functions.texi

index 312a849a8bbeee2f9b6de3b1d20332d3166fc96c..caa6d2e3bdda003c5219f8f8e66625a019d0b113 100644 (file)
@@ -1419,10 +1419,10 @@ A symbol on the list @code{safe-functions}, so the user says it's safe.
 @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