# HG changeset patch # User Richard M. Stallman # Date 782525021 0 # Node ID 18c1f0c8c6ecf9c9e0d4562fdb887cc8fb10619b # Parent f0d3266e07d7c154d61a774afcf96a21e3b81add (auto-mode-alist): Doc fix. diff -r f0d3266e07d7 -r 18c1f0c8c6ec lisp/files.el --- 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.")