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