aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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