doc fix from Jack Twilley <jmt@tbe.net>.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 15 Jan 2001 23:31:19 +0000 (23:31 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 15 Jan 2001 23:31:19 +0000 (23:31 +0000)
texi/message.texi

index ba0f611..bacc962 100644 (file)
@@ -1307,9 +1307,8 @@ If you want to add certain headers before sending, you can use the
 @lisp
 (add-hook 'message-send-hook 'my-message-add-content)
 (defun my-message-add-content ()
-  (message-add-header
-   "X-In-No-Sense: Nonsense"
-   "X-Whatever: no"))
+  (message-add-header "X-In-No-Sense: Nonsense")
+  (message-add-header "X-Whatever: no"))
 @end lisp
 
 This function won't add the header if the header is already present.