comparison lispref/tips.texi @ 52149:9928a29a3e80

(Library Headers): Explain where to put -*-.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Aug 2003 01:42:44 +0000
parents 10a8aba3dfc7
children 695cf19ef79e
comparison
equal deleted inserted replaced
52148:fc414ab16868 52149:9928a29a3e80
848 @example 848 @example
849 ;;; @var{filename} --- @var{description} 849 ;;; @var{filename} --- @var{description}
850 @end example 850 @end example
851 851
852 @noindent 852 @noindent
853 The description should be complete in one line. 853 The description should be complete in one line. If the file
854 needs a @samp{-*-} specification, put it after @var{description}.
854 855
855 After the copyright notice come several @dfn{header comment} lines, 856 After the copyright notice come several @dfn{header comment} lines,
856 each beginning with @samp{;; @var{header-name}:}. Here is a table of 857 each beginning with @samp{;; @var{header-name}:}. Here is a table of
857 the conventional possibilities for @var{header-name}: 858 the conventional possibilities for @var{header-name}:
858 859