diff options
| author | Xue Fuqiao | 2013-09-12 20:22:17 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-12 20:22:17 +0800 |
| commit | 99d8e6d6c226fd69f7a8927d89a485044bb9c0a3 (patch) | |
| tree | ca23b088364202bb5d2b4ed04bce926a80b1997c /doc | |
| parent | 384a7d723ee9cfa2adde22670b1063be8d1a49b4 (diff) | |
| download | emacs-99d8e6d6c226fd69f7a8927d89a485044bb9c0a3.tar.gz emacs-99d8e6d6c226fd69f7a8927d89a485044bb9c0a3.zip | |
* doc/lispref/functions.texi (Obsolete Functions): Add an index for obsolete functions.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/functions.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 574aba493c0..ed073456e7e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-09-12 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * functions.texi (Obsolete Functions): Add an index for obsolete functions. | ||
| 4 | |||
| 1 | 2013-09-11 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-09-11 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 6 | ||
| 3 | * nonascii.texi (Character Properties): Character properties fix | 7 | * nonascii.texi (Character Properties): Character properties fix |
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 39a9ff6b62c..f1d8c54f49c 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -1135,6 +1135,7 @@ examining or altering the structure of closure objects. | |||
| 1135 | 1135 | ||
| 1136 | @node Obsolete Functions | 1136 | @node Obsolete Functions |
| 1137 | @section Declaring Functions Obsolete | 1137 | @section Declaring Functions Obsolete |
| 1138 | @cindex obsolete functions | ||
| 1138 | 1139 | ||
| 1139 | You can mark a named function as @dfn{obsolete}, meaning that it may | 1140 | You can mark a named function as @dfn{obsolete}, meaning that it may |
| 1140 | be removed at some point in the future. This causes Emacs to warn | 1141 | be removed at some point in the future. This causes Emacs to warn |