diff options
| author | Bruno Félix Rezende Ribeiro | 2012-10-03 00:25:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-03 00:25:17 -0700 |
| commit | 26026637d3c30fd6c543db854b098f59ba76b8ca (patch) | |
| tree | 9989611197376331ec9d974701d693d862430168 /doc | |
| parent | d913151d11d1ae7e58495db2f4c072bfab3bd54b (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/functions.texi | 2 |
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 @@ | |||
| 1 | 2012-10-03 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * functions.texi (Function Safety): Copyedit. (Bug#12562) | ||
| 4 | |||
| 1 | 2012-09-25 Leo Liu <sdl.web@gmail.com> | 5 | 2012-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 | ||
| 1340 | Some major modes such as SES call functions that are stored in user | 1340 | Some major modes, such as SES, call functions that are stored in user |
| 1341 | files. (@inforef{Top, ,ses}, for more information on SES.) User | 1341 | files. (@inforef{Top, ,ses}, for more information on SES.) User |
| 1342 | files sometimes have poor pedigrees---you can get a spreadsheet from | 1342 | files sometimes have poor pedigrees---you can get a spreadsheet from |
| 1343 | someone you've just met, or you can get one through email from someone | 1343 | someone you've just met, or you can get one through email from someone |