changeset 54081:58125578390a

Fix typo. (morse-code): Add @.
author Simon Josefsson <jas@extundo.com>
date Thu, 19 Feb 2004 19:35:52 +0000
parents 3e751a748427
children 326f995edc57
files lisp/play/morse.el
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/morse.el	Thu Feb 19 11:12:36 2004 +0000
+++ b/lisp/play/morse.el	Thu Feb 19 19:35:52 2004 +0000
@@ -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, 2004 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