diff -r -u xemacs-21.2.9.orig/man/lispref/extents.texi xemacs-21.2.9/man/lispref/extents.texi --- xemacs-21.2.9.orig/man/lispref/extents.texi Tue Jun 30 08:35:36 1998 +++ xemacs-21.2.9/man/lispref/extents.texi Wed Feb 3 03:21:43 1999 @@ -546,7 +546,7 @@ the extent. This takes precedence over the @code{text-pointer-glyph} and @code{nontext-pointer-glyph} variables. If for any reason this glyph is an invalid pointer, the standard glyphs will be used as -fallbacks. @xref{Mouse Pointer} +fallbacks. @xref{Mouse Pointer}. @item detachable (Boolean) Whether this extent becomes detached when all of the text it Only in xemacs-21.2.9/man/lispref: extents.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/lispref/faces.texi xemacs-21.2.9/man/lispref/faces.texi --- xemacs-21.2.9.orig/man/lispref/faces.texi Wed Dec 18 23:43:50 1996 +++ xemacs-21.2.9/man/lispref/faces.texi Wed Feb 3 03:21:44 1999 @@ -28,7 +28,7 @@ which allows it to have separate values in particular buffers, frames, windows, and devices and to further vary according to device type (X or TTY) and device class (color, mono, or grayscale). -@xref{Specifiers} for more information. +@xref{Specifiers}, for more information. The face named @code{default} is used for ordinary text. The face named @code{modeline} is used for displaying the modeline. The face named Only in xemacs-21.2.9/man/lispref: faces.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/lispref/glyphs.texi xemacs-21.2.9/man/lispref/glyphs.texi --- xemacs-21.2.9.orig/man/lispref/glyphs.texi Wed Dec 18 23:43:49 1996 +++ xemacs-21.2.9/man/lispref/glyphs.texi Wed Feb 3 03:21:44 1999 @@ -62,7 +62,7 @@ turn is tried until an image is successfully produced), a cons of a locale (frame, buffer, etc.) and an instantiator, a list of such conses, or any other form accepted by @code{canonicalize-spec-list}. -@xref{Specifiers} for more information about specifiers. +@xref{Specifiers}, for more information about specifiers. @var{type} specifies the type of the glyph, which specifies in which contexts the glyph can be used, and controls the allowable image types @@ -448,7 +448,7 @@ @code{color-pixmap} can be generated by @code{xpm}, @code{gif}, @code{jpeg}, etc.). - @xref{Image Instances} for a more detailed discussion of image + @xref{Image Instances}, for a more detailed discussion of image instance types. An image instantiator should be a string or a vector of the form Only in xemacs-21.2.9/man/lispref: glyphs.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/lispref/markers.texi xemacs-21.2.9/man/lispref/markers.texi --- xemacs-21.2.9.orig/man/lispref/markers.texi Wed Dec 18 23:43:48 1996 +++ xemacs-21.2.9/man/lispref/markers.texi Wed Feb 3 03:21:44 1999 @@ -668,7 +668,7 @@ concept of an @dfn{active region} exists. The region is active when the corresponding mark is active. Note that only one active region at a time can exist -- i.e. only one buffer's region is active at a time. -@xref{The Mark} for more information about active regions. +@xref{The Mark}, for more information about active regions. @defopt zmacs-regions If non-@code{nil} (the default), active regions are used. @xref{The Mark}, Only in xemacs-21.2.9/man/lispref: markers.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/lispref/menus.texi xemacs-21.2.9/man/lispref/menus.texi --- xemacs-21.2.9.orig/man/lispref/menus.texi Sun Sep 6 05:03:23 1998 +++ xemacs-21.2.9/man/lispref/menus.texi Wed Feb 3 03:21:44 1999 @@ -518,7 +518,7 @@ @end defun @defun buffers-menu-filter menu-items -This function sets up the Buffers menu. @xref{Buffers Menu} for +This function sets up the Buffers menu. @xref{Buffers Menu}, for more information. @end defun Only in xemacs-21.2.9/man/lispref: menus.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/lispref/objects.texi xemacs-21.2.9/man/lispref/objects.texi --- xemacs-21.2.9.orig/man/lispref/objects.texi Sat Dec 5 17:55:10 1998 +++ xemacs-21.2.9/man/lispref/objects.texi Wed Feb 3 03:21:44 1999 @@ -1059,7 +1059,7 @@ A string can hold extents and properties of the text it contains, in addition to the characters themselves. This enables programs that copy text between strings and buffers to preserve the extents and properties -with no special effort. @xref{Extents}; @xref{Text Properties}. +with no special effort. @xref{Extents}, @xref{Text Properties}. Note that FSF GNU Emacs has a special read and print syntax for strings with text properties, but XEmacs does not currently implement Only in xemacs-21.2.9/man/lispref: objects.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/lispref/positions.texi xemacs-21.2.9/man/lispref/positions.texi --- xemacs-21.2.9.orig/man/lispref/positions.texi Sun Sep 6 05:03:26 1998 +++ xemacs-21.2.9/man/lispref/positions.texi Wed Feb 3 03:21:44 1999 @@ -82,7 +82,7 @@ This function returns the maximum accessible value of point in @var{buffer}. This is @code{(1+ (buffer-size buffer))}, unless narrowing is in effect, in which case it is the position of the end of -the region that you narrowed to. (@xref{Narrowing}). @var{buffer} +the region that you narrowed to. (@xref{Narrowing}.). @var{buffer} defaults to the current buffer if omitted. @end defun Only in xemacs-21.2.9/man/lispref: positions.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/lispref/sequences.texi xemacs-21.2.9/man/lispref/sequences.texi --- xemacs-21.2.9.orig/man/lispref/sequences.texi Sat Jan 11 21:14:33 1997 +++ xemacs-21.2.9/man/lispref/sequences.texi Wed Feb 3 03:21:44 1999 @@ -91,7 +91,7 @@ and text properties in the copy are also copied, not shared with the original. (This means that modifying the extents or text properties of the original will not affect the copy.) However, the actual values of -the properties are shared. @xref{Extents}; @xref{Text Properties}. +the properties are shared. @xref{Extents}, @xref{Text Properties}. See also @code{append} in @ref{Building Lists}, @code{concat} in @ref{Creating Strings}, @code{vconcat} in @ref{Vectors}, and @@ -272,7 +272,7 @@ as characters. @item -Strings can hold extent and text properties. @xref{Extents}; @xref{Text +Strings can hold extent and text properties. @xref{Extents}, @xref{Text Properties}. @item Only in xemacs-21.2.9/man/lispref: sequences.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/lispref/specifiers.texi xemacs-21.2.9/man/lispref/specifiers.texi --- xemacs-21.2.9.orig/man/lispref/specifiers.texi Sat Jun 13 06:28:22 1998 +++ xemacs-21.2.9/man/lispref/specifiers.texi Wed Feb 3 03:21:44 1999 @@ -325,7 +325,7 @@ @item toolbar The valid instantiators are toolbar descriptors, which are lists of toolbar-button descriptors (each of which is a vector of two -or four elements). @xref{Toolbar} for more information. +or four elements). @xref{Toolbar}, for more information. @end table Color and font instance objects can also be used in turn as @@ -335,9 +335,9 @@ device. If the devices differ, the base color or font of the instantiating object is effectively used instead as the instantiator. -@xref{Faces and Window-System Objects} for more information on fonts, -colors, and face-boolean specifiers. @xref{Glyphs} for more information -about image specifiers. @xref{Toolbar} for more information on toolbar +@xref{Faces and Window-System Objects}, for more information on fonts, +colors, and face-boolean specifiers. @xref{Glyphs}, for more information +about image specifiers. @xref{Toolbar}, for more information on toolbar specifiers. @defun specifier-type specifier Only in xemacs-21.2.9/man/lispref: specifiers.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/lispref/strings.texi xemacs-21.2.9/man/lispref/strings.texi --- xemacs-21.2.9.orig/man/lispref/strings.texi Tue May 12 03:06:22 1998 +++ xemacs-21.2.9/man/lispref/strings.texi Wed Feb 3 03:21:44 1999 @@ -967,7 +967,7 @@ The definition of a word is any sequence of consecutive characters that are assigned to the word constituent syntax class in the current syntax -table (@xref{Syntax Class Table}). +table (@xref{Syntax Class Table}.). When the argument to @code{capitalize} is a character, @code{capitalize} has the same result as @code{upcase}. Only in xemacs-21.2.9/man/lispref: strings.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/lispref/toolbar.texi xemacs-21.2.9/man/lispref/toolbar.texi --- xemacs-21.2.9.orig/man/lispref/toolbar.texi Wed Dec 18 23:43:50 1996 +++ xemacs-21.2.9/man/lispref/toolbar.texi Wed Feb 3 03:21:44 1999 @@ -180,7 +180,7 @@ and query them with @code{specifier-specs} or @code{specifier-instance}. You will get an error if you try to set them using @code{setq}. The valid instantiators for these specifiers are toolbar descriptors, as -described above. @xref{Specifiers} for more information. +described above. @xref{Specifiers}, for more information. Most of the time, you will set @code{default-toolbar}, which allows the user to choose where the toolbar should go. Only in xemacs-21.2.9/man/lispref: toolbar.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/new-users-guide/modes.texi xemacs-21.2.9/man/new-users-guide/modes.texi --- xemacs-21.2.9.orig/man/new-users-guide/modes.texi Sat Jun 13 06:28:26 1998 +++ xemacs-21.2.9/man/new-users-guide/modes.texi Wed Feb 3 03:21:44 1999 @@ -241,7 +241,7 @@ Do not add the "-mode" to it. You can also select the @b{Paren Highlighting} option from the @b{Options} menu. After you enable this command, put your cursor on one of the left parenthesis. The other -matching parenthesis will start blinking. @xref{Options Menu,} for more +matching parenthesis will start blinking. @xref{Options Menu}, for more information on the @b{Paren Highlighting} option. @end table Only in xemacs-21.2.9/man/new-users-guide: modes.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/new-users-guide/region.texi xemacs-21.2.9/man/new-users-guide/region.texi --- xemacs-21.2.9.orig/man/new-users-guide/region.texi Sat Jun 13 06:28:27 1998 +++ xemacs-21.2.9/man/new-users-guide/region.texi Wed Feb 3 03:21:44 1999 @@ -156,7 +156,7 @@ The most common way to move or copy text in Emacs is through @dfn{killing} or @samp{cutting} it and then @dfn{yanking} or @samp{pasting} it. You can also use the @b{Cut} or @b{Copy} option from -the @b{Edit} menu for killing and copying respectively. @xref{Edit menu} +the @b{Edit} menu for killing and copying respectively. @xref{Edit menu}, for reviewing the commands for killing text. All the killed text in Emacs is recorded in the @dfn{kill ring}. Since there is only one kill ring in Emacs, you can kill text in one buffer and yank it in Only in xemacs-21.2.9/man/new-users-guide: region.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/termcap.texi xemacs-21.2.9/man/termcap.texi --- xemacs-21.2.9.orig/man/termcap.texi Wed Dec 18 23:43:42 1996 +++ xemacs-21.2.9/man/termcap.texi Wed Feb 3 03:21:44 1999 @@ -2417,7 +2417,7 @@ @samp{so} magic cookie on the screen. (It may also be possible to remove a cookie which is not at the beginning of a line by clearing that line.) The @samp{xt} capability also has implications for the use of tab characters, -but in that regard it is obsolete (@xref{Cursor Motion}). +but in that regard it is obsolete (@xref{Cursor Motion}.). @table @samp @item so Only in xemacs-21.2.9/man: termcap.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/texinfo.texi xemacs-21.2.9/man/texinfo.texi --- xemacs-21.2.9.orig/man/texinfo.texi Tue Jun 30 08:35:31 1998 +++ xemacs-21.2.9/man/texinfo.texi Wed Feb 3 03:21:46 1999 @@ -646,10 +646,10 @@ * Tagifying:: How to tagify a file. * Splitting:: How to split a file manually. -How to Obtain @TeX{} +@c How to Obtain @TeX{} -* New Texinfo Mode Commands:: The updating commands are especially useful. -* New Commands:: Many newly described @@-commands. +@c * New Texinfo Mode Commands:: The updating commands are especially useful. +@c * New Commands:: Many newly described @@-commands. @end detailmenu @end menu Only in xemacs-21.2.9/man: texinfo.texi.makeinfo-1 diff -r -u xemacs-21.2.9.orig/man/xemacs/custom.texi xemacs-21.2.9/man/xemacs/custom.texi --- xemacs-21.2.9.orig/man/xemacs/custom.texi Sat Dec 5 17:55:12 1998 +++ xemacs-21.2.9/man/xemacs/custom.texi Wed Feb 3 03:21:45 1999 @@ -2206,7 +2206,7 @@ @table @asis @item @code{geometry} (class @code{Geometry}): string -Initial geometry for the frame. @xref{Geometry Resources} for a +Initial geometry for the frame. @xref{Geometry Resources}, for a complete discussion of how this works. @item @code{iconic} (class @code{Iconic}): boolean Only in xemacs-21.2.9/man/xemacs: custom.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/xemacs/keystrokes.texi xemacs-21.2.9/man/xemacs/keystrokes.texi --- xemacs-21.2.9.orig/man/xemacs/keystrokes.texi Wed Dec 18 23:43:51 1996 +++ xemacs-21.2.9/man/xemacs/keystrokes.texi Wed Feb 3 03:21:45 1999 @@ -440,7 +440,7 @@ @section Representation of Characters This section briefly discusses how characters are represented in Emacs -buffers. @xref{Key Sequences} for information on representing key +buffers. @xref{Key Sequences}, for information on representing key sequences to create key bindings. ASCII graphic characters in Emacs buffers are displayed with their @@ -481,8 +481,8 @@ Lisp Reference Manual}. The bindings between keys and functions are recorded in various tables -called @dfn{keymaps}. @xref{Key Bindings} for more information on key -sequences you can bind commands to. @xref{Keymaps} for information on +called @dfn{keymaps}. @xref{Key Bindings}, for more information on key +sequences you can bind commands to. @xref{Keymaps}, for information on creating keymaps. When we say ``@kbd{C-n} moves down vertically one line'' we are Only in xemacs-21.2.9/man/xemacs: keystrokes.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/xemacs/mark.texi xemacs-21.2.9/man/xemacs/mark.texi --- xemacs-21.2.9.orig/man/xemacs/mark.texi Sat Jun 21 22:03:43 1997 +++ xemacs-21.2.9/man/xemacs/mark.texi Wed Feb 3 03:21:45 1999 @@ -115,7 +115,7 @@ the variable @code{zmacs-regions} to @code{t}. This makes the current region (defined by point and mark) highlight and makes it available as the X clipboard selection, which means you can use the menu bar items on -it. @xref{Active Regions} for more information. +it. @xref{Active Regions}, for more information. @kbd{C-x C-x} is also useful when you are satisfied with the location of point but want to move the mark; do @kbd{C-x C-x} to put point there and Only in xemacs-21.2.9/man/xemacs: mark.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/xemacs/menus.texi xemacs-21.2.9/man/xemacs/menus.texi --- xemacs-21.2.9.orig/man/xemacs/menus.texi Wed Dec 18 23:43:51 1996 +++ xemacs-21.2.9/man/xemacs/menus.texi Wed Feb 3 03:21:45 1999 @@ -69,8 +69,8 @@ cannot invoke items that are faded. For example, many commands on the @b{Edit} menu appear faded until you select text on which they are to operate; after you select a block of text, edit commands are enabled. -@xref{Mouse Selection} for information on using the mouse to select -text. @xref{Using X Selections} for related information. +@xref{Mouse Selection}, for information on using the mouse to select +text. @xref{Using X Selections}, for related information. There are also @kbd{M-x} equivalents for each menu item. To find the equivalent for any left-button menu item, do the following: @@ -398,7 +398,7 @@ @cindex Buffers menu The @b{Buffers} menu provides a selection of up to ten buffers and the item @b{List All Buffers}, which provides a Buffer List. @xref{List -Buffers} for more information. +Buffers}, for more information. @node Tools Menu @subsection The Tools Menu @@ -417,7 +417,7 @@ The Help Menu gives you access to Emacs Info and provides a menu equivalent for each of the choices you have when using @kbd{C-h}. -@xref{Help} for more information. +@xref{Help}, for more information. The Help menu also gives access to UNIX online manual pages via the @b{UNIX Manual Page} option. Only in xemacs-21.2.9/man/xemacs: menus.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/xemacs/startup.texi xemacs-21.2.9/man/xemacs/startup.texi --- xemacs-21.2.9.orig/man/xemacs/startup.texi Sat Dec 5 17:55:13 1998 +++ xemacs-21.2.9/man/xemacs/startup.texi Wed Feb 3 03:21:45 1999 @@ -126,7 +126,7 @@ under @file{}, because that is where they are in the XEmacs tarball. If XEmacs runs with the @code{-debug-paths} option (@xref{Command -Switches}), it will print the values of these variables, hopefully +Switches}.), it will print the values of these variables, hopefully aiding in debugging any problems which come up. @table @code Only in xemacs-21.2.9/man/xemacs: startup.texi.makeinfo diff -r -u xemacs-21.2.9.orig/man/xemacs-faq.texi xemacs-21.2.9/man/xemacs-faq.texi --- xemacs-21.2.9.orig/man/xemacs-faq.texi Sat Dec 5 17:55:03 1998 +++ xemacs-21.2.9/man/xemacs-faq.texi Wed Feb 3 03:21:46 1999 @@ -972,7 +972,7 @@ @node Q1.3.3, Q1.3.4, Q1.3.2, Introduction @unnumberedsubsec Q1.3.3: How do I type non-ASCII characters? -See question 3.5.7 (@xref{Q3.5.7}) in part 3 of this FAQ. +See question 3.5.7 (@xref{Q3.5.7}.) in part 3 of this FAQ. @node Q1.3.4, Q1.3.5, Q1.3.3, Introduction @unnumberedsubsec Q1.3.4: Can XEmacs messages come out in a different language? @@ -1877,7 +1877,7 @@ It's possible that a core file didn't get produced, in which case you're out of luck. Go complain to your system administrator and tell him not -to disable core files by default. Also @xref{Q2.1.15} for tips and +to disable core files by default. Also @xref{Q2.1.15}, for tips and techniques for dealing with a debugger. When making a problem report make sure that: @@ -3304,7 +3304,7 @@ This is fine if you only need a few functions within the lambda body. If you're doing more it's cleaner to define a separate function as in -question 3.5.3 (@xref{Q3.5.3}). +question 3.5.3 (@xref{Q3.5.3}.). @node Q3.5.2, Q3.5.3, Q3.5.1, Customization @unnumberedsubsec Q3.5.2: How can I stop down-arrow from adding empty lines to the bottom of my buffers? @@ -3338,7 +3338,7 @@ The key point is that you can only bind simple functions to keys; you can not bind a key to a function that you're also passing arguments to. -(@xref{Q3.5.1} for a better answer). +(@xref{Q3.5.1}, for a better answer). @node Q3.5.4, Q3.5.5, Q3.5.3, Customization @unnumberedsubsec Q3.5.4: Globally binding @kbd{Delete}? @@ -4413,7 +4413,7 @@ VM supports MIME natively. -You probably want to use the Tools for MIME (tm). @xref{Q4.3.2} for +You probably want to use the Tools for MIME (tm). @xref{Q4.3.2}, for details. @email{trey@@cs.berkeley.edu, Trey Jackson} has an Emacs & MIME web page at @@ -5291,7 +5291,7 @@ @quotation The standard TeX modes leave much to be desired, and are somewhat -leniently maintained. Serious TeX users use AUC TeX (@xref{Q4.7.1}). +leniently maintained. Serious TeX users use AUC TeX (@xref{Q4.7.1}.). @end quotation @node Q5.0.20, Q5.1.1, Q5.0.19, Miscellaneous @@ -5740,7 +5740,7 @@ @node Q5.2.3, Q5.2.4, Q5.2.2, Miscellaneous @unnumberedsubsec Q5.2.3: What's NAS, how do I get it? -@xref{Q2.0.3} for an explanation of the @dfn{Network Audio System}. +@xref{Q2.0.3}, for an explanation of the @dfn{Network Audio System}. @node Q5.2.4, Q5.3.1, Q5.2.3, Miscellaneous @unnumberedsubsec Q5.2.4: Sunsite sounds don't play. Only in xemacs-21.2.9/man: xemacs-faq.texi.makeinfo