diff lisp/x11/x-compose.el @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents 131b0175ea99
children 8619ce7e4c50
line wrap: on
line diff
--- a/lisp/x11/x-compose.el	Mon Aug 13 09:05:44 2007 +0200
+++ b/lisp/x11/x-compose.el	Mon Aug 13 09:06:37 2007 +0200
@@ -50,7 +50,7 @@
 ;;;
 ;;;    xmodmap -e "remove mod1 = Meta_R" -e "keysym Meta_R = Multi_key"
 ;;;
-;;; Multi_key is the name that X (and emacs) know the "Compose" key by.
+;;; Multi-key is the name that X (and emacs) know the "Compose" key by.
 ;;; The "remove..." command is necessary because the "Compose" key must not
 ;;; have any modifier bits associated with it.  This exact command may not
 ;;; work, depending on what system and keyboard you are using.  If it
@@ -101,7 +101,7 @@
 ;; (keysym is lower case because we downcase everything in the Symbol font...)
 ;;
 ;;;this doesn't work yet###autoload
-(define-key global-map [multi_key]	'compose-key)
+(define-key global-map [multi-key]	'compose-key)
 
 ;; The "Dead" keys:
 ;;