diff --git a/lisp/files.el b/lisp/files.el index 540d61335cd..9e04b9c7cea 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2612,7 +2612,7 @@ and `magic-mode-alist', which determines modes based on file contents.") "Alist mapping interpreter names to major modes. This is used for files whose first lines match `auto-mode-interpreter-regexp'. Each element looks like (REGEXP . MODE). -If \\\\`REGEXP\\\\' matches the name (minus any directory part) of +If REGEXP matches the entire name (minus any directory part) of the interpreter specified in the first line of a script, enable major mode MODE.