[mew-dist 19964] typo fix in mew-vars.el

SAKAI Kiyotaka ksakai at example.com
2001年 12月 28日 (金) 11:42:16 JST


mew-vars.el の typo fix です。

# IMAP, NNTP の部分の doc-string も、時間ができたときにお願いします。
-- 
酒井 清隆 (E-mail: ksakai at example.com)

-------------- next part --------------
Index: mew-vars.el
===================================================================
RCS file: /cvsmew/mew/mew-vars.el,v
retrieving revision 1.89
diff -u -r1.89 mew-vars.el
--- mew-vars.el	2001/12/12 06:55:39	1.89
+++ mew-vars.el	2001/12/28 02:12:34
@@ -25,7 +25,7 @@
   :group 'mew)
 
 (defgroup mew-env nil
-  "Basic envinorment."
+  "Basic environment."
   :group 'mew)
 
 (defgroup mew-folder nil
@@ -490,7 +490,7 @@
 
 (defcustom mew-pop-auth 'apop
   "*The authentication method for POP3. Choose either 'pass or 'apop. 
-'pass means the authentication with USER/PASS (ie plain password).
+'pass means the authentication with USER/PASS (i.e. plain password).
 'apop means the authentication with APOP.
 t means SASL according to mew-pop-auth-list"
   :group 'mew-pop
@@ -680,7 +680,7 @@
 'mew-scan-form-list-list-type'. If a match found out of the strings,
 the corresponding SCAN-FORM is returned.
 
-Candicate values for 'mew-scan-form-list-string-type' and
+Candidate values for 'mew-scan-form-list-string-type' and
 'mew-scan-form-list-list-type' are as follows:
 
 	'regex		Regular expression.
@@ -1075,7 +1075,7 @@
   :type 'boolean)
 
 (defcustom mew-use-old-wvhtml nil
-  "*If non-nil, Mew calles wvHtml in the old argment style."
+  "*If non-nil, Mew calls wvHtml in the old argument style."
   :group 'mew-message
   :type 'boolean)
 
@@ -1169,7 +1169,7 @@
   :type 'boolean)
 
 (defcustom mew-summary-region-include-cursor-line nil
-  "*This value decides wether of not the cursor line is included
+  "*This value decides weather or not the cursor line is included
 to a region."
   :group 'mew-summary
   :type '(choice (const :tag "Include if the cursor is not on the beginning of the line" nil)
@@ -1327,9 +1327,9 @@
 (defcustom mew-cite-fields `(,mew-from: ,mew-subj: ,mew-date:)
   "*The fields that you want to extract as citation label. 
 If you change this valuable, you must change mew-cite-format.
-The value of the first field becomes the first argment for mew-cite-format.
-(e.g. The default first argment is a value of From: field.)
-The value of the second field becomes the second argment for mew-cite-format.
+The value of the first field becomes the first argument for mew-cite-format.
+(e.g. The default first argument is a value of From: field.)
+The value of the second field becomes the second argument for mew-cite-format.
 ....
 If this is nil, label is not generated."
   :group 'mew-cite
@@ -1421,7 +1421,7 @@
 
 (defcustom mew-signature-insert-last nil 
   "*If *non-nil*, the signature file is inserted in the last of body. 
-Otherwise, it is inserted at the currect point. If you created multipart
+Otherwise, it is inserted at the current point. If you created multipart
 and mew-signature-as-lastpart is *non-nil*, this variable is ignored."
   :group 'mew-draft
   :type 'boolean)
@@ -1651,7 +1651,7 @@
   
 (defcustom mew-file-append-p nil
   "*If *non-nil*, a message or a part is appended to the existing file
-on '\\<mew-summary-mode-map>\\[mew-summary-save]'. Otherwise overwrited."
+on '\\<mew-summary-mode-map>\\[mew-summary-save]'. Otherwise overwrote."
   :group 'mew-summary
   :type 'boolean)
 
@@ -1800,7 +1800,7 @@
   :type 'boolean)
 
 (defcustom mew-case-guess-addition nil
-  "*If *non-nil*, new gussed cases are added to old cases.
+  "*If *non-nil*, new guessed cases are added to old cases.
 Otherwise, the old cases are overridden."
   :group 'mew-draft
   :type 'boolean)
@@ -1818,7 +1818,7 @@
 'trashonly : Really remove messages marked with 'D' if in the +trash folder.
              In other folders, refile to the +trash folder.
 'uselist   : Really remove messages marked with 'D' if in a folder found
-	     in @samp{mew-msg-rm-folder-list}. In other folders, refile 
+	     in mew-msg-rm-folder-list. In other folders, refile 
              to the +trash folder.
 otherwise  : considered as 'totrash."
   :group 'mew-refile
@@ -2330,7 +2330,7 @@
 
 (defcustom mew-broken-parameter-list '("name" "filename")
   "*A list of parameter names whose value contains non-ASCII strings
-produced by borken MUAs."
+produced by broken MUAs."
   :group 'mew-message
   :type '(repeat string))
 


Mew-dist メーリングリストの案内