diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-09-29 02:26:20 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-09-29 02:26:20 +0000 |
commit | d88444f29243b34c8821b9df0b35e75d6023ad0c (patch) | |
tree | 29f8f18cc417a48597b11c8d053dc92a973ca313 /lisp/language/hanja-util.el | |
parent | 0577a4301d6fbc39013ea2e17554c41d7bccc5ae (diff) | |
download | emacs-d88444f29243b34c8821b9df0b35e75d6023ad0c.tar.gz emacs-d88444f29243b34c8821b9df0b35e75d6023ad0c.tar.bz2 emacs-d88444f29243b34c8821b9df0b35e75d6023ad0c.zip |
* 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.
Diffstat (limited to 'lisp/language/hanja-util.el')
-rw-r--r-- | lisp/language/hanja-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/hanja-util.el b/lisp/language/hanja-util.el index aa9fdef1dac..aa3bd514609 100644 --- a/lisp/language/hanja-util.el +++ b/lisp/language/hanja-util.el @@ -39,7 +39,7 @@ character. This variable is initialized by `hanja-init-load'.") (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))) |