Mercurial > hg > xemacs-beta
comparison man/lispref/modes.texi @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
372:49e1ed2d7ed8 | 373:6240c7796c7a |
---|---|
632 @end group | 632 @end group |
633 @end smallexample | 633 @end smallexample |
634 @end defvar | 634 @end defvar |
635 | 635 |
636 @defvar interpreter-mode-alist | 636 @defvar interpreter-mode-alist |
637 This variable specifes major modes to use for scripts that specify a | 637 This variable specifies major modes to use for scripts that specify a |
638 command interpreter in an @samp{#!} line. Its value is a list of | 638 command interpreter in an @samp{#!} line. Its value is a list of |
639 elements of the form @code{(@var{interpreter} . @var{mode})}; for | 639 elements of the form @code{(@var{interpreter} . @var{mode})}; for |
640 example, @code{("perl" . perl-mode)} is one element present by default. | 640 example, @code{("perl" . perl-mode)} is one element present by default. |
641 The element says to use mode @var{mode} if the file specifies | 641 The element says to use mode @var{mode} if the file specifies |
642 @var{interpreter}. | 642 @var{interpreter}. |