diff lisp/x11/x-iso8859-1.el @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children 28f395d8dc7a
line wrap: on
line diff
--- a/lisp/x11/x-iso8859-1.el	Mon Aug 13 09:03:47 2007 +0200
+++ b/lisp/x11/x-iso8859-1.el	Mon Aug 13 09:04:33 2007 +0200
@@ -30,7 +30,7 @@
 
 ;; It puts the same property on the keypad keys, so that (read-char) will
 ;; think that they are the same as the digit characters.  However, those
-;; keys are bound to one-character keyboard macros, so that `kp_9' will, by
+;; keys are bound to one-character keyboard macros, so that `kp-9' will, by
 ;; default, do the same thing that `9' does, in whatever the current mode is.
 
 ;; The standard case and syntax tables are set in prim/iso8859-1.el, since
@@ -255,3 +255,5 @@
  )
 
 (provide 'x-iso8859-1)
+
+;;; x-iso8859-1.el ends here