From: Richard M. Stallman Date: Mon, 5 Jan 2009 16:03:29 +0000 (+0000) Subject: (Function Safety): Texinfo usage fix. X-Git-Tag: emacs-pretest-23.0.90~679 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27610f35e2c2c41d8b854aa447b1b667b0ede055;p=emacs.git (Function Safety): Texinfo usage fix. --- diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 312a849a8bb..caa6d2e3bdd 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -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