diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2014-12-18 22:50:29 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2014-12-18 22:50:29 +0000 |
commit | 83299b940dd211f4e142d754b93ea592e9f67974 (patch) | |
tree | b7b57a28821d49f34a1540fae2a59372a21d4211 | |
parent | d9639a28cf54358b6ae9432226ced3a5b59cca7c (diff) | |
download | emacs-83299b940dd211f4e142d754b93ea592e9f67974.tar.gz |
lisp/gnus/registry.el: Fix comment
-rw-r--r-- | lisp/gnus/registry.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/registry.el b/lisp/gnus/registry.el index cc1840762cb..69f5058b8ac 100644 --- a/lisp/gnus/registry.el +++ b/lisp/gnus/registry.el @@ -27,7 +27,7 @@ ;; version: a float -;; max-size: an integer, default 50000 +;; max-size: an integer, default most-positive-fixnum ;; prune-factor: a float between 0 and 1, default 0.1 |