emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref functions.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] emacs/doc/lispref functions.texi
Date: Mon, 05 Jan 2009 16:03:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       09/01/05 16:03:29

Modified files:
        doc/lispref    : functions.texi 

Log message:
        (Function Safety): Texinfo usage fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/functions.texi?cvsroot=emacs&r1=1.16&r2=1.17

Patches:
Index: functions.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/functions.texi,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- functions.texi      25 Nov 2008 03:51:57 -0000      1.16
+++ functions.texi      5 Jan 2009 16:03:29 -0000       1.17
@@ -1419,10 +1419,10 @@
 @item
 A symbol with a address@hidden @code{side-effect-free} property.
 @item
-A symbol with a address@hidden @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 address@hidden @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]