diff lisp/x11/x-compose.el @ 14:9ee227acff29 r19-15b90

Import from CVS: tag r19-15b90
author cvs
date Mon, 13 Aug 2007 08:48:42 +0200
parents ac2d302a0011
children 56c54cf7c5b6
line wrap: on
line diff
--- a/lisp/x11/x-compose.el	Mon Aug 13 08:48:18 2007 +0200
+++ b/lisp/x11/x-compose.el	Mon Aug 13 08:48:42 2007 +0200
@@ -49,7 +49,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
@@ -100,7 +100,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:
 ;;
@@ -664,7 +664,7 @@
 	(insert mod-char)
 	(setq count (1- count))))))
 
-;; should "::" mean "¨" and ": " mean ":"?
+;; should "::" mean ",A((B" and ": " mean ":"?
 ;; should we also do 
 ;;    (?~
 ;;     (?A "\303")