From: kaoru Date: Tue, 31 Dec 2002 13:12:47 +0000 (+0000) Subject: Fixed docstring. X-Git-Tag: merged-trunk-to-elmo-mark-14~57 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e68565651b2b6fc9539a95da15382145088353a5;p=elisp%2Fwanderlust.git Fixed docstring. --- diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index 2eba4d6..378a572 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 f894d69..62867ec 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 f1451c7..97eeba5 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)