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.
"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
"