aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBruno Félix Rezende Ribeiro2012-10-03 00:25:17 -0700
committerGlenn Morris2012-10-03 00:25:17 -0700
commit26026637d3c30fd6c543db854b098f59ba76b8ca (patch)
tree9989611197376331ec9d974701d693d862430168 /doc
parentd913151d11d1ae7e58495db2f4c072bfab3bd54b (diff)
downloademacs-26026637d3c30fd6c543db854b098f59ba76b8ca.tar.gz
emacs-26026637d3c30fd6c543db854b098f59ba76b8ca.zip
* doc/lispref/functions.texi (Function Safety): Copyedit (tiny change)
Fixes: debbugs:12562
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/functions.texi2
2 files changed, 5 insertions, 1 deletions
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 @@
12012-10-03 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2
3 * functions.texi (Function Safety): Copyedit. (Bug#12562)
4
12012-09-25 Leo Liu <sdl.web@gmail.com> 52012-09-25 Leo Liu <sdl.web@gmail.com>
2 6
3 * files.texi (Files): Fix typo. 7 * 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).
1337@cindex function safety 1337@cindex function safety
1338@cindex safety of functions 1338@cindex safety of functions
1339 1339
1340Some major modes such as SES call functions that are stored in user 1340Some major modes, such as SES, call functions that are stored in user
1341files. (@inforef{Top, ,ses}, for more information on SES.) User 1341files. (@inforef{Top, ,ses}, for more information on SES.) User
1342files sometimes have poor pedigrees---you can get a spreadsheet from 1342files sometimes have poor pedigrees---you can get a spreadsheet from
1343someone you've just met, or you can get one through email from someone 1343someone you've just met, or you can get one through email from someone