Add 2008 to copyright years.
[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
12;; GNU Emacs is free software; you can redistribute it and/or modify
13;; it under the terms of the GNU General Public License as published by
5a9dffec 14;; the Free Software Foundation; either version 3, or (at your option)
d5c3f902
GM
15;; any later version.
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
23;; along with GNU Emacs; see the file COPYING. If not, write to the
4fc5845f
LK
24;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25;; Boston, MA 02110-1301, USA.
d5c3f902
GM
26
27;;; Commentary:
28
29;; This package can be typically used for adding forgotten tildes in TeX
30;; sources or adding `&nbsp;' sequences in SGML (e.g. HTML) texts.
31;;
8c722a81 32;; For example, the Czech orthography requires avoiding one letter
e5bed401
DL
33;; prepositions at line endings. So they should be connected with the
34;; following words by a tilde. Some users forget to do this all the
35;; time. The purpose of this program is to check the text and suggest
36;; adding of missing tildes on some places. It works in a similar
37;; manner to `query-replace-regexp'.
d5c3f902 38;;
e5bed401
DL
39;; The functionality of this program is actually performing query
40;; replace on certain regions, but for historical reasons explained
41;; above it is called `tildify'.
d5c3f902
GM
42;;
43;; The default variable settings are suited for Czech, so do not try to
44;; understand them if you are not familiar with Czech grammar and spelling.
45;;
8c722a81 46