aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorDan Nicolaescu1998-04-20 02:34:53 +0000
committerDan Nicolaescu1998-04-20 02:34:53 +0000
commitcd32a7baa4746f699fa4d945c1b1b9e50a9486da (patch)
treecabc0a074c3be5317cdcbed2883b3849e9ed241f /lisp/gnus
parente8bcd26ec19d7631a21aa0fc07b4fd076eb91d55 (diff)
downloademacs-cd32a7baa4746f699fa4d945c1b1b9e50a9486da.tar.gz
emacs-cd32a7baa4746f699fa4d945c1b1b9e50a9486da.zip
*** empty log message ***
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/gnus-art.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 1df219fab65..7ba8a9de593 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -377,7 +377,8 @@ The function is called from the article buffer."
377 "Function to decode ``localized RFC 822 messages''. 377 "Function to decode ``localized RFC 822 messages''.
378The function is called from the article buffer." 378The function is called from the article buffer."
379 :group 'gnus-article-mime 379 :group 'gnus-article-mime
380 :type 'function) 380 :type 'function
381 :version "20.3")
381 382
382(defcustom gnus-page-delimiter "^\^L" 383(defcustom gnus-page-delimiter "^\^L"
383 "*Regexp describing what to use as article page delimiters. 384 "*Regexp describing what to use as article page delimiters.
@@ -411,7 +412,8 @@ If you want to run a special decoding program like nkf, use this hook."
411(defcustom gnus-article-hide-pgp-hook nil 412(defcustom gnus-article-hide-pgp-hook nil
412 "*A hook called after successfully hiding a PGP signature." 413 "*A hook called after successfully hiding a PGP signature."
413 :type 'hook 414 :type 'hook
414 :group 'gnus-article-various) 415 :group 'gnus-article-various
416 :version "20.3")
415 417
416(defcustom gnus-article-button-face 'bold 418(defcustom gnus-article-button-face 'bold
417 "Face used for highlighting buttons in the article buffer. 419 "Face used for highlighting buttons in the article buffer.