diff man/xemacs/custom.texi @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children ec9a17fef872
line wrap: on
line diff
--- a/man/xemacs/custom.texi	Mon Aug 13 08:45:53 2007 +0200
+++ b/man/xemacs/custom.texi	Mon Aug 13 08:46:35 2007 +0200
@@ -380,9 +380,9 @@
 of a file, in addition to specifying them in the @code{Local Variables}
 section at the end of a file.
 
-If the first line of a file contains two occurences of @code{`-*-'}, Emacs
-uses the information between them to determine what the major mode and
-variable settings should be.  For example, these are all legal:
+If the first line of a file contains two occurrences of @code{`-*-'},
+XEmacs uses the information between them to determine what the major
+mode and variable settings should be.  For example, these are all legal:
 
 @example
 	;;; -*- mode: emacs-lisp -*-
@@ -1862,10 +1862,10 @@
 
 @item @code{scrollBarPlacement} (class @code{ScrollBarPlacement}): string
 Where the horizontal and vertical scrollbars should be positioned.  This
-should be one of the four strings @samp{bottom-left},
-@samp{bottom-right}, @samp{top-left}, and @samp{top-right}.  Default is
-@samp{bottom-right} for the Motif and Lucid scrollbars and
-@samp{bottom-left} for the Athena scrollbars.
+should be one of the four strings @samp{BOTTOM_LEFT},
+@samp{BOTTOM_RIGHT}, @samp{TOP_LEFT}, and @samp{TOP_RIGHT}.  Default is
+@samp{BOTTOM_RIGHT} for the Motif and Lucid scrollbars and
+@samp{BOTTOM_LEFT} for the Athena scrollbars.
 
 @item @code{topToolBarHeight} (class @code{TopToolBarHeight}): integer
 @itemx @code{bottomToolBarHeight} (class @code{BottomToolBarHeight}): integer