(M15065): Separate U+691B.
[chise/xemacs-chise.git] / info / xemacs.info-17
index 2280739..f56181f 100644 (file)
@@ -1,5 +1,5 @@
-This is Info file ../info/xemacs.info, produced by Makeinfo version
-1.68 from the input file xemacs/xemacs.texi.
+This is ../info/xemacs.info, produced by makeinfo version 4.0 from
+xemacs/xemacs.texi.
 
 INFO-DIR-SECTION XEmacs Editor
 START-INFO-DIR-ENTRY
@@ -221,7 +221,7 @@ argument defaults to the current buffer's syntax table.
 
   1. The first character in the string specifies the syntactic class.
      It is one of the characters in the previous table (*note Syntax
-     Entry::.).
+     Entry::).
 
   2. The second character is the matching delimiter.  For a character
      that is not an opening or closing delimiter, this should be a
@@ -262,8 +262,8 @@ The Init File, .emacs
 home directory.  This file, if it exists, should contain Lisp code.  It
 is called your initialization file or "init file".  Use the command
 line switch `-q' to tell Emacs whether to load an init file (*note
-Entering Emacs::.).  Use the command line switch `-user-init-file'
-(*note Command Switches::.) to tell Emacs to load a different file
+Entering Emacs::).  Use the command line switch `-user-init-file'
+(*note Command Switches::) to tell Emacs to load a different file
 instead of `~/.emacs'.
 
    When the `.emacs' file is read, the variable `user-init-file' says
@@ -279,7 +279,7 @@ loaded.
 
    If you have a large amount of code in your `.emacs' file, you should
 move it into another file named `SOMETHING.el', byte-compile it (*note
-Lisp Libraries::.), and load that file from your `.emacs' file using
+Lisp Libraries::), and load that file from your `.emacs' file using
 `load'.
 
 * Menu:
@@ -298,7 +298,7 @@ Init File Syntax
 expressions.  Each consists of a function name followed by arguments,
 all surrounded by parentheses.  For example, `(setq fill-column 60)'
 represents a call to the function `setq' which is used to set the
-variable `fill-column' (*note Filling::.) to 60.
+variable `fill-column' (*note Filling::) to 60.
 
    The second argument to `setq' is an expression for the new value of
 the variable.  This can be a constant, a variable, or a function call
@@ -414,7 +414,7 @@ Lisp expressions:
 
      When the argument to `load' is a relative pathname, not starting
      with `/' or `~', `load' searches the directories in `load-path'
-     (*note Loading::.).
+     (*note Loading::).
 
    * Load the compiled Lisp file `foo.elc' from your home directory.
 
@@ -916,7 +916,7 @@ Resource List
 `topToolBarShadowColor' (class `TopToolBarShadowColor'): color-name
 `bottomToolBarShadowColor' (class `BottomToolBarShadowColor'): color-name
      Color of the top and bottom shadows for the toolbars.  NOTE: These
-     resources do *not* have anything to do with the top and bottom
+     resources do _not_ have anything to do with the top and bottom
      toolbars (i.e. the toolbars at the top and bottom of the frame)!
      Rather, they affect the top and bottom shadows around the edges of
      all four kinds of toolbars.
@@ -925,7 +925,7 @@ Resource List
 `bottomToolBarShadowPixmap' (class `BottomToolBarShadowPixmap'): pixmap-name
      Pixmap of the top and bottom shadows for the toolbars.  If set,
      these resources override the corresponding color resources. NOTE:
-     These resources do *not* have anything to do with the top and
+     These resources do _not_ have anything to do with the top and
      bottom toolbars (i.e. the toolbars at the top and bottom of the
      frame)!  Rather, they affect the top and bottom shadows around the
      edges of all four kinds of toolbars.
@@ -1191,9 +1191,9 @@ editing level and cancel the command which invoked it.  Quitting with
 `C-g' does not do this, and could not do this because it is used to
 cancel a partially typed command within the recursive editing level.
 Both operations are useful.  For example, if you are in the Emacs
-debugger (*note Lisp Debug::.) and have typed `C-u 8' to enter a
-numeric argument, you can cancel that argument with `C-g' and remain in
-the debugger.
+debugger (*note Lisp Debug::) and have typed `C-u 8' to enter a numeric
+argument, you can cancel that argument with `C-g' and remain in the
+debugger.
 
    The command `M-x top-level' is equivalent to "enough" `C-]' commands
 to get you out of all the levels of recursive edits that you are in.
@@ -1223,7 +1223,7 @@ work, and how to recognize them and correct them.
 * Screen Garbled::     Garbage on the screen.
 * Text Garbled::       Garbage in the text.
 * Unasked-for Search:: Spontaneous entry to incremental search.
-* Emergency Escape::   Emergency escape--
+* Emergency Escape::   Emergency escape---
                         What to do if Emacs stops responding.
 * Total Frustration::  When you are at your wits' end.