diff man/xemacs/programs.texi @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
line wrap: on
line diff
--- a/man/xemacs/programs.texi	Mon Aug 13 11:32:27 2007 +0200
+++ b/man/xemacs/programs.texi	Mon Aug 13 11:33:38 2007 +0200
@@ -1424,11 +1424,11 @@
 
 @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 @@
 @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