]> code.delx.au - gnu-emacs/blobdiff - lisp/play/morse.el
(distclean): Fix a typo (colon was after "clean").
[gnu-emacs] / lisp / play / morse.el
index cda88f4e64085ffec87d9ecc3bf0355aefdb25dd..ccdf38cedb06be503c1a3edf341610a9b8c374ec 100644 (file)
@@ -1,6 +1,6 @@
 ;;; morse.el --- convert text to morse code and back             -*- coding: utf-8 -*-
 
-;; Copyright (C) 1995, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 2002, 2005 Free Software Foundation, Inc.
 
 ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM>
 ;; Keywords: games
@@ -24,7 +24,7 @@
 
 ;;; Commentary:
 
-;; Converts text to Morse code and back with M-x morese-region and
+;; Converts text to Morse code and back with M-x morse-region and
 ;; M-x unmorse-region (though Morse code is no longer official :-().
 
 ;;; Code:
@@ -88,7 +88,9 @@
                     ("Ñ" . "--.--")
                     ("Ö" . "---.")
                     ("Ø" . "---.")
-                    ("Ü" . "..--"))
+                    ("Ü" . "..--")
+                    ;; Recently standardized
+                    ("@" . ".--.-."))
   "Morse code character set.")
 
 ;;;###autoload