emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sun, 14 Aug 2005 22:05:02 -0400

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'.")
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]