Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
27610f35
Commit
27610f35
authored
Jan 05, 2009
by
Richard M. Stallman
Browse files
(Function Safety): Texinfo usage fix.
parent
85fed0a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/lispref/functions.texi
doc/lispref/functions.texi
+4
-4
No files found.
doc/lispref/functions.texi
View file @
27610f35
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment