diff options
author | Bill Wohler <wohler@newt.com> | 2006-03-13 01:05:27 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-03-13 01:05:27 +0000 |
commit | 2044e8f18467958665c6b573f21f89c6b9daa0c6 (patch) | |
tree | b630d9e6de9a517ecc153d4705e3f1823f947157 /lisp/mh-e | |
parent | ebe98f49a57811a9952e26358540947cb87338ab (diff) | |
download | emacs-2044e8f18467958665c6b573f21f89c6b9daa0c6.tar.gz |
(mh-folder-list): Fix docstring (closes SF #1448498).
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/mh-e/mh-utils.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index ffb73d5425d..eda95da386c 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,8 @@ +2006-03-12 Bill Wohler <wohler@newt.com> + + * mh-utils.el (mh-folder-list): Fix docstring (closes SF + #1448498). + 2006-03-10 Bill Wohler <wohler@newt.com> * mh-compat.el (mh-replace-regexp-in-string): Pass the literal diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index c45c214e9f0..15f71f4ee73 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el @@ -504,7 +504,7 @@ example, if your Mail directory only contains the folders +inbox, (mh-folder-list nil) => (\"inbox\" \"lists\" \"lists/mh-e\" \"outbox\") (mh-folder-list \"+lists\") - => (\"lists/mh-e\") + => (\"lists\" \"lists/mh-e\") Respects the value of `mh-recursive-folders-flag'. If this flag is nil, and the sub-folders have not been explicitly viewed, then |