From: yoichi Date: Wed, 13 Mar 2002 13:21:43 +0000 (+0000) Subject: * wl-draft.el (wl-draft-create-contents): Fix docstring. X-Git-Tag: elmo-mark-root~254 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=167053919d525e30162c34e574b6452bb858211b;p=elisp%2Fwanderlust.git * wl-draft.el (wl-draft-create-contents): Fix docstring. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 5524ec9..6c1b1f8 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,7 @@ 2002-03-13 Yoichi NAKAYAMA + * 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. diff --git a/wl/wl-draft.el b/wl/wl-draft.el index a9faf65..2edf9f2 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -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 "