diff options
| author | Richard M. Stallman | 2009-01-05 16:03:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2009-01-05 16:03:29 +0000 |
| commit | 27610f35e2c2c41d8b854aa447b1b667b0ede055 (patch) | |
| tree | e110c915c776dd73692b7bd86add84b22c76ae39 | |
| parent | 85fed0a40a9547e09611547ab27b360e95111705 (diff) | |
| download | emacs-27610f35e2c2c41d8b854aa447b1b667b0ede055.tar.gz emacs-27610f35e2c2c41d8b854aa447b1b667b0ede055.zip | |
(Function Safety): Texinfo usage fix.
| -rw-r--r-- | doc/lispref/functions.texi | 8 |
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 |
| 1420 | A symbol with a non-@code{nil} @code{side-effect-free} property. | 1420 | A symbol with a non-@code{nil} @code{side-effect-free} property. |
| 1421 | @item | 1421 | @item |
| 1422 | A symbol with a non-@code{nil} @code{safe-function} property. Value t | 1422 | A symbol with a non-@code{nil} @code{safe-function} property. The |
| 1423 | indicates a function that is safe but has innocuous side effects. | 1423 | value @code{t} indicates a function that is safe but has innocuous |
| 1424 | Other values will someday indicate functions with classes of side | 1424 | side effects. Other values will someday indicate functions with |
| 1425 | effects that are not always safe. | 1425 | classes of side effects that are not always safe. |
| 1426 | @end itemize | 1426 | @end itemize |
| 1427 | 1427 | ||
| 1428 | The @code{side-effect-free} and @code{safe-function} properties are | 1428 | The @code{side-effect-free} and @code{safe-function} properties are |