diff options
author | Michele Calgaro <[email protected]> | 2020-09-21 00:24:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-21 00:24:39 +0900 |
commit | c2cdd1a81546369d923008f8ba4fdb6828846122 (patch) | |
tree | 24add0ab832802ca7708aec39dad35450e0f88a8 /doc/tutorials | |
parent | a854554c7e7e21c755f4da3f8b2e4b0d32ae4d32 (diff) | |
download | tdeaddons-c2cdd1a81546369d923008f8ba4fdb6828846122.tar.gz tdeaddons-c2cdd1a81546369d923008f8ba4fdb6828846122.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 61e4a38f6aef304b9bacac0a908430a141cb5fc8)
Diffstat (limited to 'doc/tutorials')
-rw-r--r-- | doc/tutorials/docprimer/index.docbook | 16 | ||||
-rw-r--r-- | doc/tutorials/markup/index.docbook | 7 |
2 files changed, 0 insertions, 23 deletions
diff --git a/doc/tutorials/docprimer/index.docbook b/doc/tutorials/docprimer/index.docbook index 05b2dec..b2d1d7c 100644 --- a/doc/tutorials/docprimer/index.docbook +++ b/doc/tutorials/docprimer/index.docbook @@ -1236,9 +1236,6 @@ such as context-sensitive element completion. To use this feature, place the following in a comment at the end of the child file (with the arguments adjusted appropriately): <programlisting> -Local Variables: -sgml-parent-document:("index.docbook" "book" "chapter") -End: </programlisting> The first argument is the name of the parent file (which will almost always be <filename>index.docbook</filename> in &tde; @@ -2145,16 +2142,3 @@ documenters, translators, &etc;. &documentation.index; </book> - -<!-- -Local Variables: -mode: xml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -fill-column:72 -End: - -vim:tabstop=2:shiftwidth=2:expandtab ---> diff --git a/doc/tutorials/markup/index.docbook b/doc/tutorials/markup/index.docbook index fa84114..baba8b6 100644 --- a/doc/tutorials/markup/index.docbook +++ b/doc/tutorials/markup/index.docbook @@ -5308,10 +5308,3 @@ following people who definitely deserve credit: </appendix> </book> -<!-- -Local Variables: -mode: sgml -sgml-indent-step:0 -sgml-indent-data:nil -End: ---> |