Switch to recommended form of GPLv3 permissions notice.
[bpt/emacs.git] / lisp / textmodes / tildify.el
CommitLineData
d5c3f902
GM
1;;; tildify.el --- adding hard spaces into texts
2
f2e3589a 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
12dc447f 4;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
d5c3f902 5
dffb6224 6;; Author: Milan Zamazal <pdm@zamazal.org>
905a39b8 7;; Version: 4.5
e5bed401 8;; Keywords: text, TeX, SGML, wp
d5c3f902
GM
9
10;; This file is part of GNU Emacs.
11
1fecc8fe 12;; GNU Emacs is free software: you can redistribute it and/or modify
d5c3f902 13;; it under the terms of the GNU General Public License as published by
1fecc8fe
GM
14;; the Free Software Foundation, either version 3 of the License, or
15;; (at your option) any later version.
d5c3f902
GM
16
17;; GNU Emacs is distributed in the hope that it will be useful,
18;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20;; GNU General Public License for more details.
21
22;; You should have received a copy of the GNU General Public License
1fecc8fe 23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
d5c3f902
GM
24
25;;; Commentary:
26
27;; This package can be typically used for adding forgotten tildes in TeX
28;; sources or adding `&nbsp;' sequences in SGML (e.g. HTML) texts.
29;;
8c722a81 30;; For example, the Czech orthography requires avoiding one letter
e5bed401
DL
31;; prepositions at line endings. So they should be connected with the
32;; following words by a tilde. Some users forget to do this all the
33;; time. The purpose of this program is to check the text and suggest
34;; adding of missing tildes on some places. It works in a similar
35;; manner to `query-replace-regexp'.
d5c3f902 36;;
e5bed401
DL
37;; The functionality of this program is actually performing query
38;; replace on certain regions, but for historical reasons explained
39;; above it is called `tildify'.
d5c3f902
GM
40;;
41;; The default variable settings are suited for Czech, so do not try to
42;; understand them if you are not familiar with Czech grammar and spelling.
43;;
8c722a81 44