Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.783 emacs/lisp/files.el:1.784
*** emacs/lisp/files.el:1.783 Tue Aug 9 13:35:03 2005
--- emacs/lisp/files.el Mon Aug 15 02:05:01 2005
***************
*** 1947,1955 ****
"Alist mapping interpreter names to major modes.
This is used for files whose first lines match `auto-mode-interpreter-regexp'.
Each element looks like (INTERPRETER . MODE).
! The car of each element, a regular expression, is compared with
! the name of the interpreter specified in the first line.
! If it matches, mode MODE is selected.
See also `auto-mode-alist'.")
--- 1947,1954 ----
"Alist mapping interpreter names to major modes.
This is used for files whose first lines match `auto-mode-interpreter-regexp'.
Each element looks like (INTERPRETER . MODE).
! If INTERPRETER matches the name of the interpreter specified in the first line
! of a script, mode MODE is enabled.
See also `auto-mode-alist'.")
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs