(Fdefine_char): Fix problem when new code-point format is used without
[chise/xemacs-chise.git] / info / internals.info-3
index 4d9538c..ed3b8e6 100644 (file)
@@ -1,4 +1,4 @@
-This is ../info/internals.info, produced by makeinfo version 3.12s from
+This is ../info/internals.info, produced by makeinfo version 4.0 from
 internals/internals.texi.
 
 INFO-DIR-SECTION XEmacs Editor
@@ -382,8 +382,8 @@ out where the cycles are going.  Specific projects:
 Function calls in elisp are especially expensive.  Iterating over a
 long list is going to be 30 times faster implemented in C than in Elisp.
 
-   To get started debugging XEmacs, take a look at the `gdbinit' and
-`dbxrc' files in the `src' directory.  *Note Q2.1.15 - How to Debug an
+   To get started debugging XEmacs, take a look at the `.gdbinit' and
+`.dbxrc' files in the `src' directory.  *Note Q2.1.15 - How to Debug an
 XEmacs problem with a debugger: (xemacs-faq)Q2.1.15 - How to Debug an
 XEmacs problem with a debugger.