XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / man / lispref / toolbar.texi
index 2341bec..4a72742 100644 (file)
@@ -18,7 +18,7 @@
 @section Toolbar Intro
 
 A @dfn{toolbar} is a bar of icons displayed along one edge of a frame.
-You can view a toolbar as a series of menu shortcuts -- the most
+You can view a toolbar as a series of menu shortcuts---the most
 common menu options can be accessed with a single click rather than
 a series of clicks and/or drags to select the option from a menu.
 Consistent with this, a help string (called the @dfn{help-echo})
@@ -180,7 +180,7 @@ These are specifiers, which means you set them with @code{set-specifier}
 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.
@@ -346,7 +346,7 @@ set the left toolbar width to 0 for a particular buffer (or if that
 buffer does not specify a left toolbar or has a nil value specified for
 @code{left-toolbar-visible-p}), you will find that, when that buffer is
 displayed in the selected window, the window will have a width of 86 or
-87 characters -- the frame is sized for a 68-pixel left toolbar but the
+87 characters---the frame is sized for a 68-pixel left toolbar but the
 selected window specifies that the left toolbar is not visible, so it is
 expanded to take up the slack.