From: Bruno Félix Rezende Ribeiro Date: Wed, 3 Oct 2012 07:25:17 +0000 (-0700) Subject: * doc/lispref/functions.texi (Function Safety): Copyedit (tiny change) X-Git-Tag: emacs-24.2.90~241^2~13^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26026637d3c30fd6c543db854b098f59ba76b8ca;p=emacs.git * doc/lispref/functions.texi (Function Safety): Copyedit (tiny change) Fixes: debbugs:12562 --- 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