# HG changeset patch # User Luc Teirlinck # Date 1066941915 0 # Node ID 90f758ade5d22f2ff73e52cfc930145bd92612f3 # Parent 41c0ac1a4ed4f7c2b253e6fde2be0e5503a8a411 (Function Safety): Use inforef instead of pxref for SES. diff -r 41c0ac1a4ed4 -r 90f758ade5d2 lispref/functions.texi --- a/lispref/functions.texi Thu Oct 23 20:41:28 2003 +0000 +++ b/lispref/functions.texi Thu Oct 23 20:45:15 2003 +0000 @@ -1187,12 +1187,12 @@ @cindex function safety @cindex safety of functions -Some major modes such as SES (@pxref{Top,,,ses}) call functions that -are stored in user files. User files sometimes have poor -pedigrees---you can get a spreadsheet from someone you've just met, or -you can get one through email from someone you've never met. So it is -risky to call a function whose source code is stored in a user file -until you have determined that it is safe. +Some major modes such as SES call functions that are stored in user +files. (@inforef{Top, ,ses}, for more information on SES.) User +files sometimes have poor pedigrees---you can get a spreadsheet from +someone you've just met, or you can get one through email from someone +you've never met. So it is risky to call a function whose source code +is stored in a user file until you have determined that it is safe. @defun unsafep form &optional unsafep-vars Returns @code{nil} if @var{form} is a @dfn{safe} Lisp expression, or