diff options
| author | Glenn Morris | 2011-02-17 21:17:10 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-17 21:17:10 -0800 |
| commit | 85ee3c753c4c35b2fd215440ae2d3d36bf682a0e (patch) | |
| tree | 4260ce738f7d09654576cafcaa3b4e44fdfbad23 | |
| parent | 72d6685c11031df64b7b039fa658d2fe7727316d (diff) | |
| download | emacs-85ee3c753c4c35b2fd215440ae2d3d36bf682a0e.tar.gz emacs-85ee3c753c4c35b2fd215440ae2d3d36bf682a0e.zip | |
* lisp/gnus.el (gnus-meta): Doc fix.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f62a98c639b..1b2ef3e167e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-18 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * gnus.el (gnus-meta): Doc fix. | ||
| 4 | |||
| 1 | 2011-02-17 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-02-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update, | 7 | * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update, |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index a5140542fcc..5180673386c 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -275,7 +275,7 @@ | |||
| 275 | 275 | ||
| 276 | (defgroup gnus-meta nil | 276 | (defgroup gnus-meta nil |
| 277 | "Meta variables controlling major portions of Gnus. | 277 | "Meta variables controlling major portions of Gnus. |
| 278 | In general, modifying these variables does not take affect until Gnus | 278 | In general, modifying these variables does not take effect until Gnus |
| 279 | is restarted, and sometimes reloaded." | 279 | is restarted, and sometimes reloaded." |
| 280 | :group 'gnus) | 280 | :group 'gnus) |
| 281 | 281 | ||