* wl-draft.el (wl-draft-create-contents): Fix docstring.
authoryoichi <yoichi>
Wed, 13 Mar 2002 13:21:43 +0000 (13:21 +0000)
committeryoichi <yoichi>
Wed, 13 Mar 2002 13:21:43 +0000 (13:21 +0000)
wl/ChangeLog
wl/wl-draft.el

index 5524ec9..6c1b1f8 100644 (file)
@@ -1,5 +1,7 @@
 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
+       * wl-draft.el (wl-draft-create-contents): Fix docstring.
+
        * wl-summary.el (wl-summary-mode-map): Exchange bindings for
        wl-summary-previous-buffer and wl-summary-next-buffer.
 
index a9faf65..2edf9f2 100644 (file)
@@ -1553,10 +1553,9 @@ Derived from `message-save-drafts' in T-gnus."
   "header-alist' sample
 '(function  ;; funcall
   string    ;; insert string
-  (string . function)  ;;  insert string (funcall)
-  (string . string)    ;;  insert string string
-  (string . function)  ;;  insert string (funcall)
-  (string . nil)       ;;  insert nothing
+  (symbol . string)    ;;  insert symbol-value: string
+  (symbol . function)  ;;  insert symbol-value: (funcall)
+  (symbol . nil)       ;;  insert nothing
   (function . (arg1 arg2 ..))  ;; call function with argument
   nil                  ;;  insert nothing
 "