diff options
author | simonmar <unknown> | 2004-09-27 13:49:26 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-09-27 13:49:26 +0000 |
commit | 305c762e994fff4c47f22e8e2cc4940ee430d682 (patch) | |
tree | 6989033b488ca0ede8f1b5a3b1d7ed85bd13c8d1 /ghc/docs | |
parent | 9aa52fae0eaf3c94fe5d14af188df83660b65bc9 (diff) | |
download | haskell-305c762e994fff4c47f22e8e2cc4940ee430d682.tar.gz |
[project @ 2004-09-27 13:49:26 by simonmar]
A few updates to the local Emacs variables in these files. For some
reason, I can't get Emacs' PSGML mode to work with the new XML files
(although I thought I had it working before... strange).
Diffstat (limited to 'ghc/docs')
-rw-r--r-- | ghc/docs/users_guide/license.xml | 2 | ||||
-rw-r--r-- | ghc/docs/users_guide/packages.xml | 2 | ||||
-rw-r--r-- | ghc/docs/users_guide/separate_compilation.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ghc/docs/users_guide/license.xml b/ghc/docs/users_guide/license.xml index a381ab3a54..55e2395a7c 100644 --- a/ghc/docs/users_guide/license.xml +++ b/ghc/docs/users_guide/license.xml @@ -61,6 +61,6 @@ DAMAGE. <!-- Emacs stuff: ;;; Local Variables: *** ;;; mode: xml *** - ;;; sgml-parent-document: ("users_guide.xml" "book" "chapter") *** + ;;; sgml-parent-document: ("users_guide.xml" "book" "preface") *** ;;; End: *** --> diff --git a/ghc/docs/users_guide/packages.xml b/ghc/docs/users_guide/packages.xml index dcda13b813..6d64e792b0 100644 --- a/ghc/docs/users_guide/packages.xml +++ b/ghc/docs/users_guide/packages.xml @@ -741,6 +741,6 @@ the auto packages required for linking without further assistance. <!-- Emacs stuff: ;;; Local Variables: *** ;;; mode: xml *** - ;;; sgml-parent-document: ("using.sgml" "book" "chapter") *** + ;;; sgml-parent-document: ("users_guide.xml" "book" "chapter" "sect1") *** ;;; End: *** --> diff --git a/ghc/docs/users_guide/separate_compilation.xml b/ghc/docs/users_guide/separate_compilation.xml index bda3539047..7606e1a2ca 100644 --- a/ghc/docs/users_guide/separate_compilation.xml +++ b/ghc/docs/users_guide/separate_compilation.xml @@ -1084,6 +1084,6 @@ GHC considers it an orphan module. <!-- Emacs stuff: ;;; Local Variables: *** ;;; mode: xml *** - ;;; sgml-parent-document: ("using.sgml" "book" "chapter") *** + ;;; sgml-parent-document: ("users_guide.xml" "book" "chapter" "sect1") *** ;;; End: *** --> |