changeset 9601:18c1f0c8c6ec

(auto-mode-alist): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Oct 1994 00:03:41 +0000
parents f0d3266e07d7
children 13106af26190
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Tue Oct 18 23:50:10 1994 +0000
+++ b/lisp/files.el	Wed Oct 19 00:03:41 1994 +0000
@@ -880,9 +880,9 @@
 				  ("\\.ml\\'" . lisp-mode)))
   "\
 Alist of filename patterns vs corresponding major mode functions.
-Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION).
+Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION t).
 Visiting a file whose name matches REGEXP causes FUNCTION to be called.
-If the element has the form (REGEXP FUNCTION), then after calling
+If the element has the form (REGEXP FUNCTION t), then after calling
 FUNCTION, we delete the suffix that matched REGEXP and search the list
 again for another match.")