X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/49f70d46ea38ceb7a501594db7f6ea35e19681aa..542a38406dd041c1870760c792e0d05e1d0d9e39:/lisp/language/korea-util.el diff --git a/lisp/language/korea-util.el b/lisp/language/korea-util.el index da3d6f1bd7..8819be370d 100644 --- a/lisp/language/korea-util.el +++ b/lisp/language/korea-util.el @@ -1,7 +1,6 @@ ;;; korea-util.el --- utilities for Korean -;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 1999, 2001-2014 Free Software Foundation, Inc. ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, ;; 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) @@ -33,7 +32,7 @@ (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) - "*The kind of Korean keyboard for Korean input method. + "The kind of Korean keyboard for Korean input method. \"\" for 2, \"3\" for 3.") ;; functions useful for Korean text input @@ -42,7 +41,7 @@ "Turn on or off a Korean text input method for the current buffer." (interactive) (if current-input-method - (inactivate-input-method) + (deactivate-input-method) (activate-input-method (concat "korean-hangul" default-korean-keyboard)))) @@ -143,5 +142,4 @@ ;; (provide 'korea-util) -;; arch-tag: b17d0981-05da-4577-99f8-1db87fff8b44 ;;; korea-util.el ends here