diff options
| author | Juri Linkov | 2004-04-17 22:54:09 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-04-17 22:54:09 +0000 |
| commit | b5062215850d3033e82771d1ae6b5a15a311c64d (patch) | |
| tree | 14a9579bf031230f22860e5f9b49166309a22a37 | |
| parent | c76dac700c9f853b68512f674e59c9dbae59bcf5 (diff) | |
| download | emacs-b5062215850d3033e82771d1ae6b5a15a311c64d.tar.gz emacs-b5062215850d3033e82771d1ae6b5a15a311c64d.zip | |
Add coding latin-1 to Local Variables.
| -rw-r--r-- | etc/TUTORIAL.it | 4 | ||||
| -rw-r--r-- | etc/TUTORIAL.nl | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/etc/TUTORIAL.it b/etc/TUTORIAL.it index 7936bbd298f..02a91045d0e 100644 --- a/etc/TUTORIAL.it +++ b/etc/TUTORIAL.it | |||
| @@ -1114,4 +1114,8 @@ copie di GNU Emacs ai vostri amici. Aiutateci a combattere | |||
| 1114 | l'ostruzionismo al software ("la proprietà") usando, scrivendo e | 1114 | l'ostruzionismo al software ("la proprietà") usando, scrivendo e |
| 1115 | condividendo software libero! | 1115 | condividendo software libero! |
| 1116 | 1116 | ||
| 1117 | ;;; Local Variables: | ||
| 1118 | ;;; coding: latin-1 | ||
| 1119 | ;;; End: | ||
| 1120 | |||
| 1117 | ;;; arch-tag: c6f7079d-8032-473d-91d4-36754af15719 | 1121 | ;;; arch-tag: c6f7079d-8032-473d-91d4-36754af15719 |
diff --git a/etc/TUTORIAL.nl b/etc/TUTORIAL.nl index b4f21f1e1c5..989f8334fd1 100644 --- a/etc/TUTORIAL.nl +++ b/etc/TUTORIAL.nl | |||
| @@ -830,8 +830,7 @@ het zoeken. | |||
| 830 | zien wat er met de cursor gebeurt. Je hebt nu eenmaal naar het woord | 830 | zien wat er met de cursor gebeurt. Je hebt nu eenmaal naar het woord |
| 831 | `cursor' gezocht. | 831 | `cursor' gezocht. |
| 832 | >> Type nogmaals C-s, om het volgende woord `cursor' te zoeken | 832 | >> Type nogmaals C-s, om het volgende woord `cursor' te zoeken |
| 833 | 833 | >> Type nu viermaal <Delback> en let op de cursorbewegingen. | |
| 834 | > Type nu viermaal <Delback> en let op de cursorbewegingen. | ||
| 835 | >> Type <RET> om het zoeken te beëindigen. | 834 | >> Type <RET> om het zoeken te beëindigen. |
| 836 | 835 | ||
| 837 | Zag je wat er gebeurde? Tijdens incrementeel zoeken probeert Emacs naar | 836 | Zag je wat er gebeurde? Tijdens incrementeel zoeken probeert Emacs naar |
| @@ -1093,4 +1092,8 @@ same spirit. Please read the file COPYING and then do give copies of | |||
| 1093 | GNU Emacs to your friends. Help stamp out software obstructionism | 1092 | GNU Emacs to your friends. Help stamp out software obstructionism |
| 1094 | ("ownership") by using, writing, and sharing free software!) | 1093 | ("ownership") by using, writing, and sharing free software!) |
| 1095 | 1094 | ||
| 1095 | ;;; Local Variables: | ||
| 1096 | ;;; coding: latin-1 | ||
| 1097 | ;;; End: | ||
| 1098 | |||
| 1096 | ;;; arch-tag: 3399e308-e605-4125-8fbb-b2fe91ac3149 | 1099 | ;;; arch-tag: 3399e308-e605-4125-8fbb-b2fe91ac3149 |