Mercurial > emacs
changeset 52173:087951846e21
(reftex-auto-recenter-toc): Fix typo.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 11 Aug 2003 19:17:53 +0000 |
parents | d70a2ab90906 |
children | 82f6b772872f |
files | lisp/textmodes/reftex-vars.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."