# HG changeset patch # User Markus Rost # Date 1060629473 0 # Node ID 087951846e21a33682fd4b890c8c9580a657e51f # Parent d70a2ab9090683d7c97ea1f6f04e417f157b0786 (reftex-auto-recenter-toc): Fix typo. diff -r d70a2ab90906 -r 087951846e21 lisp/textmodes/reftex-vars.el --- a/lisp/textmodes/reftex-vars.el Mon Aug 11 17:30:47 2003 +0000 +++ b/lisp/textmodes/reftex-vars.el Mon Aug 11 19:17:53 2003 +0000 @@ -316,7 +316,7 @@ :type '(choice (const :tag "never" nil) (const :tag "always" t) - (const :tag "in dedicated frame only" 'frame))) + (const :tag "in dedicated frame only" frame))) (defcustom reftex-toc-split-windows-horizontally nil "*Non-nil means, create TOC window by splitting window horizontally."