diff options
| author | Glenn Morris <rgm@gnu.org> | 2009-07-15 03:13:16 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2009-07-15 03:13:16 +0000 |
| commit | 0985c8f66419fd3479fb9bd2fe897f36242e7cb3 (patch) | |
| tree | 697a31fa2642ecbc876c163dcda140255f4b7075 /lisp | |
| parent | a2acc1dbdba0406f62c0c91506c646d59d9cd1b1 (diff) | |
| download | emacs-0985c8f66419fd3479fb9bd2fe897f36242e7cb3.tar.gz | |
(gnus-make-format-preserve-properties): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-spec.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 1d0f1002a7d..77298b3ad97 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2009-07-15 Glenn Morris <rgm@gnu.org> + + * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix. + 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org> * gnus-group.el (gnus-group-make-rss-group): Strip newlines and diff --git a/lisp/gnus/gnus-spec.el b/lisp/gnus/gnus-spec.el index 3b743f93ff6..864cc67109b 100644 --- a/lisp/gnus/gnus-spec.el +++ b/lisp/gnus/gnus-spec.el @@ -41,7 +41,7 @@ (defcustom gnus-make-format-preserve-properties (featurep 'xemacs) "*If non-nil, use a replacement `format' function which preserves -text properties. This is only needed on XEmacs, as FSF Emacs does this anyway." +text properties. This is only needed on XEmacs, as Emacs does this anyway." :version "22.1" :group 'gnus-format :type 'boolean) |
