aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/message.texi
diff options
context:
space:
mode:
authorGlenn Morris2013-02-13 00:50:44 -0800
committerGlenn Morris2013-02-13 00:50:44 -0800
commit4e16ddf47e6060876d5c8b5a5a04f5b127c2d2bf (patch)
tree9b7f89bd578ef877902e778fc35a92998b818998 /doc/misc/message.texi
parentef79c6ed07f093d6f40f335734dba8acfe8a09df (diff)
downloademacs-4e16ddf47e6060876d5c8b5a5a04f5b127c2d2bf.tar.gz
emacs-4e16ddf47e6060876d5c8b5a5a04f5b127c2d2bf.zip
Make yow.el obsolete
* lisp/play/yow.el: Move to obsolete/. * doc/emacs/ack.texi (Acknowledgments): Don't mention yow any more. * doc/misc/message.texi (News Headers): Don't mention yow any more. * etc/NEWS: Mention this. Fixes: debbugs:9384
Diffstat (limited to 'doc/misc/message.texi')
-rw-r--r--doc/misc/message.texi9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 4d5d82aa6bd..a98c7e48e53 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -1817,17 +1817,14 @@ a string nor @code{nil}, use the user name only. However, it is highly
1817unlikely that you should need to fiddle with this variable at all. 1817unlikely that you should need to fiddle with this variable at all.
1818@end table 1818@end table
1819 1819
1820@findex yow
1821@cindex Mime-Version 1820@cindex Mime-Version
1822In addition, you can enter conses into this list. The @sc{car} of this cons 1821In addition, you can enter conses into this list. The @sc{car} of this cons
1823should be a symbol. This symbol's name is the name of the header, and 1822should be a symbol. This symbol's name is the name of the header, and
1824the @sc{cdr} can either be a string to be entered verbatim as the value of 1823the @sc{cdr} can either be a string to be entered verbatim as the value of
1825this header, or it can be a function to be called. This function should 1824this header, or it can be a function to be called. This function should
1826return a string to be inserted. For instance, if you want to insert 1825take no arguments, and return a string to be inserted. For
1827@code{Mime-Version: 1.0}, you should enter @code{(Mime-Version . "1.0")} 1826instance, if you want to insert @code{Mime-Version: 1.0}, you should
1828into the list. If you want to insert a funny quote, you could enter 1827enter @code{(Mime-Version . "1.0")} into the list.
1829something like @code{(X-Yow . yow)} into the list. The function
1830@code{yow} will then be called without any arguments.
1831 1828
1832If the list contains a cons where the @sc{car} of the cons is 1829If the list contains a cons where the @sc{car} of the cons is
1833@code{optional}, the @sc{cdr} of this cons will only be inserted if it is 1830@code{optional}, the @sc{cdr} of this cons will only be inserted if it is