diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |