From 7f988f1e0e34a5958c62f3b74c3520ff74b21f1c Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 8 Nov 2002 05:33:42 +0000 Subject: [PATCH] cosmetic fix --- wl/wl-vars.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4