]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-auto-recenter-toc): Fix typo.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 11 Aug 2003 19:17:53 +0000 (19:17 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 11 Aug 2003 19:17:53 +0000 (19:17 +0000)
lisp/textmodes/reftex-vars.el

index ba0dba7c3b0e59cd76ce435090dac480eac4046e..e307a4286a56c59a048a4a5e0f41b61fcc7a79b7 100644 (file)
@@ -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."