XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / man / lispref / lispref.texi
index ff9f0d9..8b22bcf 100644 (file)
@@ -1,4 +1,4 @@
-\input ../texinfo  @c -*-texinfo-*-
+\input texinfo  @c -*-texinfo-*-
 @c %**start of header
 @setfilename ../../info/lispref.info
 @c @smallbook
@@ -6,6 +6,11 @@
 @c %**end of header
 
 @ifinfo
+@dircategory XEmacs Editor
+@direntry
+* Lispref: (lispref).          XEmacs Lisp Reference Manual.
+@end direntry
+
 Edition History:
 
 GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993
@@ -282,7 +287,7 @@ Editing Types
 
 * Buffer Type::             The basic object of editing.
 * Window Type::             What makes buffers visible.
-* Window Configuration Type::Save what the screen looks like.
+* Window Configuration Type:: Save what the screen looks like.
 * Marker Type::             A position in a buffer.
 * Process Type::            A process running on the underlying OS.
 * Stream Type::             Receive or send characters.
@@ -303,7 +308,7 @@ Numbers
 
 Strings and Characters
 
-* Basics: String Basics.      Basic properties of strings and characters.
+* String Basics::             Basic properties of strings and characters.
 * Predicates for Strings::    Testing whether an object is a string or char.
 * Creating Strings::          Functions to allocate new strings.
 * Predicates for Characters:: Testing whether an object is a character.