(U+****): Add `->fullwidth'.
[chise/xemacs-chise.git] / man / xemacs / programs.texi
index ded2af4..9103a2d 100644 (file)
@@ -45,7 +45,7 @@ on the screen.
                          There are editing commands to operate on them.
 * Grinding::            Adjusting indentation to show the nesting.
 * Matching::            Insertion of a close-delimiter flashes matching open.
-* Comments::            Inserting, illing and aligning comments.
+* Comments::            Inserting, filling and aligning comments.
 * Balanced Editing::    Inserting two matching parentheses at once, etc.
 * Lisp Completion::     Completion on symbol names in Lisp code.
 * Documentation::       Getting documentation of functions you plan to call.
@@ -1424,11 +1424,11 @@ For example:
 
 @example
   (setq tag-table-alist
-       '(("/usr/src/public/perl/" . "/usr/src/public/perl/perl-3.0/")
-         ("\\.el$" . "/usr/local/emacs/src/")
-         ("/jbw/gnu/" . "/usr15/degree/stud/jbw/gnu/")
-         ("" . "/usr/local/emacs/src/")
-         ))
+        '(("/usr/src/public/perl/" . "/usr/src/public/perl/perl-3.0/")
+          ("\\.el$" . "/usr/local/emacs/src/")
+          ("/jbw/gnu/" . "/usr15/degree/stud/jbw/gnu/")
+          ("" . "/usr/local/emacs/src/")
+          ))
 @end example
 
 The example defines the tags table alist in the following way:
@@ -1540,15 +1540,15 @@ Variables of note include the following:
 @table @kbd
 @item tag-table-alist
 Controls which tables apply to which buffers.
-@item tags-file-name           
+@item tags-file-name
 Stores a default tags table.
-@item tags-build-completion-table   
+@item tags-build-completion-table
 Controls completion behavior.
-@item buffer-tag-table         
+@item buffer-tag-table
 Specifies a buffer-local table.
-@item make-tags-files-invisible        
+@item make-tags-files-invisible
 Sets whether tags tables should be very hidden.
-@item tag-mark-stack-max               
+@item tag-mark-stack-max
 Specifies how many tags-based hops to remember.
 @end table