From 3e659cd4bc9ee238351e985d0f78e6801297f2ac Mon Sep 17 00:00:00 2001 From: kaoru Date: Tue, 31 Dec 2002 13:10:41 +0000 Subject: [PATCH] Fixed docstring. --- elmo/elmo-imap4.el | 6 +++--- elmo/elmo-nntp.el | 2 +- elmo/elmo.el | 4 ++-- elmo/pldap.el | 2 +- wl/wl-draft.el | 2 +- wl/wl-vars.el | 8 ++++---- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index 28bed4d..12d6327 100644 --- a/elmo/elmo-imap4.el +++ b/elmo/elmo-imap4.el @@ -53,7 +53,7 @@ (defvar elmo-imap4-disuse-server-flag-mailbox-regexp "^#mh" ; UW imapd "Regexp to match IMAP4 mailbox names whose message flags on server should be ignored. -(Except `\\Deleted' flag).") +\(Except `\\Deleted' flag\).") (defvar elmo-imap4-overview-fetch-chop-length 200 "*Number of overviews to fetch in one request.") @@ -82,7 +82,7 @@ (defvar elmo-imap4-use-select-to-update-status nil "*Some imapd have to send select command to update status. -(ex. UW imapd 4.5-BETA?). For these imapd, you must set this variable t.") +\(ex. UW imapd 4.5-BETA?\). For these imapd, you must set this variable t.") (defvar elmo-imap4-use-modified-utf7 nil "*Use mofidied UTF-7 (rfc2060) encoding for IMAP4 folder name.") @@ -92,7 +92,7 @@ (defvar elmo-imap4-extra-namespace-alist '(("^\\({.*/nntp}\\).*$" . ".")) ; Default is for UW's remote nntp mailbox... - "Extra namespace alist. + "Extra namespace alist. A list of cons cell like: (REGEXP . DELIMITER). REGEXP should have a grouping for namespace prefix.") ;; diff --git a/elmo/elmo-nntp.el b/elmo/elmo-nntp.el index 74030a8..d18689d 100644 --- a/elmo/elmo-nntp.el +++ b/elmo/elmo-nntp.el @@ -49,7 +49,7 @@ (defvar elmo-nntp-max-number-precedes-list-active nil "Non-nil means max number of msgdb is set as the max number of `list active'. -(Needed for inn 2.3 or later?).") +\(Needed for inn 2.3 or later?\).") (defvar elmo-nntp-group-coding-system nil "A coding system for newsgroup string.") diff --git a/elmo/elmo.el b/elmo/elmo.el index a59b76e..d17aeca 100644 --- a/elmo/elmo.el +++ b/elmo/elmo.el @@ -278,7 +278,7 @@ IMPORTANT-MARK is the important mark." (luna-define-generic elmo-folder-list-subfolders (folder &optional one-level) "Returns a list of subfolders contained in FOLDER. If optional argument ONE-LEVEL is non-nil, only children of FOLDER is returned. -(a folder which have children is returned as a list) +\(a folder which have children is returned as a list\) Otherwise, all descendent folders are returned.") (luna-define-generic elmo-folder-have-subfolder-p (folder) @@ -362,7 +362,7 @@ NUMBERS is a list of message numbers to be processed.") FOLDER is the destination folder(ELMO folder structure). If UNREAD is non-nil, message is appended as unread. If optional argument NUMBER is specified, the new message number is set -(if possible).") +\(if possible\).") (luna-define-generic elmo-folder-append-messages (folder src-folder diff --git a/elmo/pldap.el b/elmo/pldap.el index 0772207..5d90138 100644 --- a/elmo/pldap.el +++ b/elmo/pldap.el @@ -104,7 +104,7 @@ It is recommended to use the `-T' switch with Nescape's implementation to avoid line wrapping. `-L' is needed to get LDIF outout. -(`-LL' is needed to get rid of comments from OpenLDAP's ldapsearch.) +\(`-LL' is needed to get rid of comments from OpenLDAP's ldapsearch.\) `-x' is needed to use simple authentication. The `-B' switch should be used to enable the retrieval of binary values." diff --git a/wl/wl-draft.el b/wl/wl-draft.el index 88ed8fd..edbbb30 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -81,7 +81,7 @@ This variable is local in each draft buffer. You can refer its value in `wl-draft-config-alist'. e.g. -(setq wl-draft-config-alist +\(setq wl-draft-config-alist '(((string-match \".*@domain1$\" wl-draft-parent-folder) (\"From\" . \"user@domain1\")) ((string-match \".*@domain2$\" wl-draft-parent-folder) diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 5c07be5..02cb26a 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -742,7 +742,7 @@ Prepared candidates are 'wl-draft-send-mail-with-smtp, ("Mail-Reply-To" . (("Mail-Reply-To") nil nil)) ("From" . (("From") nil nil))) "Alist of cons cell of -('field-name' . ('fields for To' 'fields for Cc' 'fields for Newsgroups')) +\('field-name' . ('fields for To' 'fields for Cc' 'fields for Newsgroups')\) 'field-name' is a string. 'fields for ***' is a list of strings. If car of each cons cell exists in original message, @@ -761,7 +761,7 @@ Default is for 'reply-to-author'." ("Reply-To" . (("Reply-To") ("To" "Cc" "From") ("Newsgroups"))) ("From" . (("From") ("To" "Cc") ("Newsgroups")))) "Alist of cons cell of -('field-name' . ('fields for To' 'fields for Cc' 'fields for Newsgroups')) +\('field-name' . ('fields for To' 'fields for Cc' 'fields for Newsgroups')\) 'field-name' is a string. 'fields for ***' is a list of strings. If car of each cons cell exists in original message, @@ -779,7 +779,7 @@ Default is for 'reply-to-all'." ("Newsgroups" . (("To") ("Cc") ("Newsgroups"))) ("From" . (("To") ("Cc") nil))) "Alist of cons cell of -('field-name' . ('fields for To' 'fields for Cc' 'fields for Newsgroups')) +\('field-name' . ('fields for To' 'fields for Cc' 'fields for Newsgroups')\) 'field-name' is a string. 'fields for ***' is a list of strings. If car of each cons cell exists in original message, @@ -797,7 +797,7 @@ Default is for 'reply-to-me'." ("Newsgroups" . (("To") ("Cc") ("Newsgroups"))) ("From" . (("To") ("Cc") nil))) "Alist of cons cell of -('field-name' . ('fields for To' 'fields for Cc' 'fields for Newsgroups')) +\('field-name' . ('fields for To' 'fields for Cc' 'fields for Newsgroups')\) 'field-name' is a string. 'fields for ***' is a list of strings. If car of each cons cell exists in original message, -- 1.7.10.4