From 2674569bd519c4e489ed39d67b5c41bc86d45e93 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 26 Nov 2008 16:11:58 +0000 Subject: [PATCH] (Auto Major Mode): Fix example. --- doc/lispref/modes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 71db5cc7fd0..8760109ecdd 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -687,7 +687,7 @@ init file.) ;; @r{File name (within directory) starts with a dot.} '(("/\\.[^/]*\\'" . fundamental-mode) ;; @r{File name has no dot.} - ("[^\\./]*\\'" . fundamental-mode) + ("/[^\\./]*\\'" . fundamental-mode) ;; @r{File name ends in @samp{.C}.} ("\\.C\\'" . c++-mode)) auto-mode-alist)) -- 2.39.2