comparison lisp/gnus/gnus-spec.el @ 103899:b63603c8aa4f

(gnus-make-format-preserve-properties): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Wed, 15 Jul 2009 03:13:16 +0000
parents a9dc0e7c3f2b
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
103898:baae0e3a362c 103899:b63603c8aa4f
39 :group 'gnus-format 39 :group 'gnus-format
40 :type 'boolean) 40 :type 'boolean)
41 41
42 (defcustom gnus-make-format-preserve-properties (featurep 'xemacs) 42 (defcustom gnus-make-format-preserve-properties (featurep 'xemacs)
43 "*If non-nil, use a replacement `format' function which preserves 43 "*If non-nil, use a replacement `format' function which preserves
44 text properties. This is only needed on XEmacs, as FSF Emacs does this anyway." 44 text properties. This is only needed on XEmacs, as Emacs does this anyway."
45 :version "22.1" 45 :version "22.1"
46 :group 'gnus-format 46 :group 'gnus-format
47 :type 'boolean) 47 :type 'boolean)
48 48
49 ;;; Internal variables. 49 ;;; Internal variables.