From: yoichi Date: Fri, 8 Nov 2002 05:33:42 +0000 (+0000) Subject: cosmetic fix X-Git-Tag: wl-2_11_1~62 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7f988f1e0e34a5958c62f3b74c3520ff74b21f1c;p=elisp%2Fwanderlust.git cosmetic fix --- diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 48ce748..4eb5153 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1229,7 +1229,7 @@ See also variable `wl-draft-parent-folder'." If it is a function, it is called with the draft buffer as an argument." :type '(choice (const :tag "Keep window" keep) (const :tag "Split window" split) - (const :tag "Full window"full) + (const :tag "Full window" full) (sexp :tag "Use Function")) :group 'wl-draft) @@ -1240,7 +1240,7 @@ If it is a function, it is called with the draft buffer as an argument." If it is a function, it is called with the draft buffer as an argument." :type '(choice (const :tag "Keep window" keep) (const :tag "Split window" split) - (const :tag "Full window"full) + (const :tag "Full window" full) (sexp :tag "Use Function")) :group 'wl-draft)