From: Markus Rost Date: Mon, 11 Aug 2003 19:17:53 +0000 (+0000) Subject: (reftex-auto-recenter-toc): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~9129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23fed45391b0fca4a770b3fda47dd739e2611c59;p=emacs.git (reftex-auto-recenter-toc): Fix typo. --- diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index ba0dba7c3b0..e307a4286a5 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -316,7 +316,7 @@ This feature can be turned on and off from the menu :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."