Mercurial > hg > xemacs-beta
comparison man/lispref/modes.texi @ 314:341dac730539 r21-0b55
Import from CVS: tag r21-0b55
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:44:22 +0200 |
parents | c9fe270a4101 |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
313:2905de29931f | 314:341dac730539 |
---|---|
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}. |