diff lisp/language/hanja-util.el @ 105275:b78ceb253d15

* speedbar.el (speedbar-item-delete): * calc/calc-prog.el (calc-kbd-if): * language/hanja-util.el (hanja-init-load): Fix typos in messages. * epa.el (epa-key-list-mode-map): * hi-lock.el (hi-lock-menu): Fix typos in menus. * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring. (hs-show-hook): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 29 Sep 2009 02:26:20 +0000
parents 59e11bc5f330
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/language/hanja-util.el	Tue Sep 29 02:20:21 2009 +0000
+++ b/lisp/language/hanja-util.el	Tue Sep 29 02:26:20 2009 +0000
@@ -39,7 +39,7 @@
 (defun hanja-init-load ()
   "Initialize `hanja-table' (which see)."
   (when (not hanja-table)
-    (message "Hanja table loading..")
+    (message "Hanja table loading...")
     (setq hanja-table (make-char-table nil))
     (mapc
      (lambda (x) (aset hanja-table (car x) (cdr x)))