diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/message.texi | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 11ff3700da4..dd3c0ccd1e2 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * message.texi (News Headers): Don't mention yow any more. | ||
| 4 | |||
| 1 | 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com> | 5 | 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 6 | ||
| 3 | * calc.texi (Basic Operations on Units): | 7 | * calc.texi (Basic Operations on Units): |
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 | |||
| 1817 | unlikely that you should need to fiddle with this variable at all. | 1817 | unlikely 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 |
| 1822 | In addition, you can enter conses into this list. The @sc{car} of this cons | 1821 | In addition, you can enter conses into this list. The @sc{car} of this cons |
| 1823 | should be a symbol. This symbol's name is the name of the header, and | 1822 | should be a symbol. This symbol's name is the name of the header, and |
| 1824 | the @sc{cdr} can either be a string to be entered verbatim as the value of | 1823 | the @sc{cdr} can either be a string to be entered verbatim as the value of |
| 1825 | this header, or it can be a function to be called. This function should | 1824 | this header, or it can be a function to be called. This function should |
| 1826 | return a string to be inserted. For instance, if you want to insert | 1825 | take no arguments, and return a string to be inserted. For |
| 1827 | @code{Mime-Version: 1.0}, you should enter @code{(Mime-Version . "1.0")} | 1826 | instance, if you want to insert @code{Mime-Version: 1.0}, you should |
| 1828 | into the list. If you want to insert a funny quote, you could enter | 1827 | enter @code{(Mime-Version . "1.0")} into the list. |
| 1829 | something like @code{(X-Yow . yow)} into the list. The function | ||
| 1830 | @code{yow} will then be called without any arguments. | ||
| 1831 | 1828 | ||
| 1832 | If the list contains a cons where the @sc{car} of the cons is | 1829 | If 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 |