aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2003-08-11 19:17:53 +0000
committerMarkus Rost2003-08-11 19:17:53 +0000
commit23fed45391b0fca4a770b3fda47dd739e2611c59 (patch)
tree525c34d644670802211824f5b4a553a747843b5e
parent175d0960bf4c904ff90bd4329ce11e093ac259b1 (diff)
downloademacs-23fed45391b0fca4a770b3fda47dd739e2611c59.tar.gz
emacs-23fed45391b0fca4a770b3fda47dd739e2611c59.zip
(reftex-auto-recenter-toc): Fix typo.
-rw-r--r--lisp/textmodes/reftex-vars.el2
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
316 :type '(choice 316 :type '(choice
317 (const :tag "never" nil) 317 (const :tag "never" nil)
318 (const :tag "always" t) 318 (const :tag "always" t)
319 (const :tag "in dedicated frame only" 'frame))) 319 (const :tag "in dedicated frame only" frame)))
320 320
321(defcustom reftex-toc-split-windows-horizontally nil 321(defcustom reftex-toc-split-windows-horizontally nil
322 "*Non-nil means, create TOC window by splitting window horizontally." 322 "*Non-nil means, create TOC window by splitting window horizontally."