diff options
author | Juri Linkov <juri@jurta.org> | 2004-04-17 23:15:16 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-04-17 23:15:16 +0000 |
commit | 06e2fd488e846d50952025d07a5e12cc0cd4ff81 (patch) | |
tree | 5d69980c22678f98e47ec496e70087c74f6c1935 /etc/TUTORIAL.pl | |
parent | b65a2dbf33b2ab0f9baba8526c356dc7dab63244 (diff) | |
download | emacs-06e2fd488e846d50952025d07a5e12cc0cd4ff81.tar.gz |
Set sentence-end-double-space to nil in Local Variables.
Diffstat (limited to 'etc/TUTORIAL.pl')
-rw-r--r-- | etc/TUTORIAL.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/TUTORIAL.pl b/etc/TUTORIAL.pl index 012cd143c45..501df8f6521 100644 --- a/etc/TUTORIAL.pl +++ b/etc/TUTORIAL.pl @@ -1239,13 +1239,10 @@ z tą ideą. Proszę, przeczytaj plik COPYING, po czym rozdaj swoim znajomym kopie Emacsa. Pomóż tępić obstrukcjonizm w informatyce, używając, tworząc i dzieląc się oprogramowaniem swobodnym. - ;;; Local Variables: ;;; mode: fundamental ;;; coding: latin-2 +;;; sentence-end-double-space: nil ;;; End: - - - ;;; arch-tag: 6c6b7445-4cd5-44ca-a101-7f4697b92f60 |