aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2009-01-05 16:03:29 +0000
committerRichard M. Stallman2009-01-05 16:03:29 +0000
commit27610f35e2c2c41d8b854aa447b1b667b0ede055 (patch)
treee110c915c776dd73692b7bd86add84b22c76ae39
parent85fed0a40a9547e09611547ab27b360e95111705 (diff)
downloademacs-27610f35e2c2c41d8b854aa447b1b667b0ede055.tar.gz
emacs-27610f35e2c2c41d8b854aa447b1b667b0ede055.zip
(Function Safety): Texinfo usage fix.
-rw-r--r--doc/lispref/functions.texi8
1 files changed, 4 insertions, 4 deletions
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.
1419@item 1419@item
1420A symbol with a non-@code{nil} @code{side-effect-free} property. 1420A symbol with a non-@code{nil} @code{side-effect-free} property.
1421@item 1421@item
1422A symbol with a non-@code{nil} @code{safe-function} property. Value t 1422A symbol with a non-@code{nil} @code{safe-function} property. The
1423indicates a function that is safe but has innocuous side effects. 1423value @code{t} indicates a function that is safe but has innocuous
1424Other values will someday indicate functions with classes of side 1424side effects. Other values will someday indicate functions with
1425effects that are not always safe. 1425classes of side effects that are not always safe.
1426@end itemize 1426@end itemize
1427 1427
1428The @code{side-effect-free} and @code{safe-function} properties are 1428The @code{side-effect-free} and @code{safe-function} properties are