diff lisp/emulators/teco.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents b82b59fe008d
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/emulators/teco.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/emulators/teco.el	Mon Aug 13 08:52:29 2007 +0200
@@ -186,7 +186,7 @@
 ;;	a-z	Treated the same as A-Z
 ;;	{	Not a Teco command
 ;;	|	Conditional 'else'
-;;	}	Not a Teco comand
+;;	}	Not a Teco command
 ;;	~	Not a Teco command
 ;;	DEL	Delete last character typed in
 
@@ -221,7 +221,7 @@
   "Set if we have just executed a digit.")
 
 (defvar teco-exp-exp nil
-  "Expression value preceeding operator.")
+  "Expression value preceding operator.")
 
 (defvar teco-exp-val1 nil
   "Current argument value.")