diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-12 20:22:17 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-12 20:22:17 +0800 |
commit | 99d8e6d6c226fd69f7a8927d89a485044bb9c0a3 (patch) | |
tree | ca23b088364202bb5d2b4ed04bce926a80b1997c /doc/lispref/functions.texi | |
parent | 384a7d723ee9cfa2adde22670b1063be8d1a49b4 (diff) | |
download | emacs-99d8e6d6c226fd69f7a8927d89a485044bb9c0a3.tar.gz |
* doc/lispref/functions.texi (Obsolete Functions): Add an index for obsolete functions.
Diffstat (limited to 'doc/lispref/functions.texi')
-rw-r--r-- | doc/lispref/functions.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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. @node Obsolete Functions @section Declaring Functions Obsolete +@cindex obsolete functions You can mark a named function as @dfn{obsolete}, meaning that it may be removed at some point in the future. This causes Emacs to warn |