Mercurial > hg > xemacs-beta
comparison lisp/utils/soundex.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
5 ;; Author: Christian Plaunt <chris@bliss.berkeley.edu> | 5 ;; Author: Christian Plaunt <chris@bliss.berkeley.edu> |
6 ;; Maintainer: FSF | 6 ;; Maintainer: FSF |
7 ;; Keywords: matching | 7 ;; Keywords: matching |
8 ;; Created: Sat May 15 14:48:18 1993 | 8 ;; Created: Sat May 15 14:48:18 1993 |
9 | 9 |
10 ;; This file is part of GNU Emacs. | 10 ;; This file is part of XEmacs. |
11 | 11 |
12 ;; GNU Emacs is free software; you can redistribute it and/or modify | 12 ;; XEmacs is free software; you can redistribute it and/or modify it |
13 ;; it under the terms of the GNU General Public License as published by | 13 ;; under the terms of the GNU General Public License as published by |
14 ;; the Free Software Foundation; either version 2, or (at your option) | 14 ;; the Free Software Foundation; either version 2, or (at your option) |
15 ;; any later version. | 15 ;; any later version. |
16 | 16 |
17 ;; GNU Emacs is distributed in the hope that it will be useful, | 17 ;; XEmacs is distributed in the hope that it will be useful, but |
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 18 ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
20 ;; GNU General Public License for more details. | 20 ;; General Public License for more details. |
21 | 21 |
22 ;; You should have received a copy of the GNU General Public License | 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 | 23 ;; along with XEmacs; see the file COPYING. If not, write to the Free |
24 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 24 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
25 ;; 02111-1307, USA. | |
25 | 26 |
26 ;;; Synched up with: FSF 19.30. | 27 ;;; Synched up with: FSF 19.34. |
27 | 28 |
28 ;;; Commentary: | 29 ;;; Commentary: |
29 | 30 |
30 ;; The Soundex algorithm maps English words into representations of | 31 ;; The Soundex algorithm maps English words into representations of |
31 ;; how they sound. Words with vaguely similar sound map to the same string. | 32 ;; how they sound. Words with vaguely similar sound map to the same string. |