summaryrefslogtreecommitdiff
path: root/lisp/soundex.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-15 16:15:35 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-15 16:15:35 +0000
commit5553563924453df2e3c5bf011bf5b7527172b2f6 (patch)
treee879bd365f5e59410cdd640d19d140b17a8029c3 /lisp/soundex.el
parent401aa4797329c34b3691872337b9be2c26e4e020 (diff)
downloademacs-5553563924453df2e3c5bf011bf5b7527172b2f6.tar.gz
Some fixes to follow coding conventions in files maintained by FSF.
Diffstat (limited to 'lisp/soundex.el')
-rw-r--r--lisp/soundex.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/soundex.el b/lisp/soundex.el
index 2a33d538695..89094e326e4 100644
--- a/lisp/soundex.el
+++ b/lisp/soundex.el
@@ -29,7 +29,7 @@
;; The Soundex algorithm maps English words into representations of
;; how they sound. Words with vaguely similar sound map to the same string.
-;;; Code:
+;;; Code:
(defvar soundex-alist
'((?B . "1") (?F . "1") (?P . "1") (?V . "1")
@@ -73,4 +73,4 @@ and Searching\", Addison-Wesley (1973), pp. 391-392."
(provide 'soundex)
-;; soundex.el ends here
+;;; soundex.el ends here