diff options
| author | Richard M. Stallman | 1996-10-12 02:32:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-12 02:32:56 +0000 |
| commit | c139ae756c79e5adb166dd34347726843b41647f (patch) | |
| tree | 77b0c3b8e8774d2d4b4e151e3515cbab05da24b8 /lisp | |
| parent | 17c3470ee877feb1a5042a22cfddc050c82e5272 (diff) | |
| download | emacs-c139ae756c79e5adb166dd34347726843b41647f.tar.gz emacs-c139ae756c79e5adb166dd34347726843b41647f.zip | |
(nnfolder-ignore-active-file): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/nnfolder.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nnfolder.el b/lisp/nnfolder.el index 6ff058247b3..775273dbeca 100644 --- a/lisp/nnfolder.el +++ b/lisp/nnfolder.el | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | (defvoo nnfolder-ignore-active-file nil | 53 | (defvoo nnfolder-ignore-active-file nil |
| 54 | "If non-nil, causes nnfolder to do some extra work in order to determine | 54 | "If non-nil, causes nnfolder to do some extra work in order to determine |
| 55 | the true active ranges of an mbox file. Note that the active file is still | 55 | the true active ranges of an mbox file. Note that the active file is still |
| 56 | saved, but it's values are not used. This costs some extra time when | 56 | saved, but its values are not used. This costs some extra time when |
| 57 | scanning an mbox when opening it.") | 57 | scanning an mbox when opening it.") |
| 58 | 58 | ||
| 59 | (defvoo nnfolder-distrust-mbox nil | 59 | (defvoo nnfolder-distrust-mbox nil |