diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 3423432db54..2d942136bbe 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-10-03 Bruno Félix Rezende Ribeiro (tiny change) + + * functions.texi (Function Safety): Copyedit. (Bug#12562) + 2012-09-25 Leo Liu * files.texi (Files): Fix typo. diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index f1ad252f294..3af74f07608 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -1337,7 +1337,7 @@ opposed to an unspecified one). @cindex function safety @cindex safety of functions -Some major modes such as SES call functions that are stored in user +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