]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix comment typos
authorGlenn Morris <rgm@gnu.org>
Thu, 25 Jun 2015 01:25:01 +0000 (21:25 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 25 Jun 2015 01:25:01 +0000 (21:25 -0400)
lisp/character-fold.el

index b716e593c0ce37f39f7f5ea33668d836822ec57a..15e76584fe06aa98e2ba94eaa789ca9814296577 100644 (file)
@@ -1,4 +1,4 @@
-;;; chracter-fold.el --- matching unicode characters to their ascii similars -*- lexical-binding: t; -*-
+;;; character-fold.el --- matching unicode characters to their ascii similars -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
 
@@ -106,4 +106,4 @@ match any number of times."
                 string))
     (regexp-quote string)))
 
-;;; chracter-fold.el ends here
+;;; character-fold.el ends here