diff lisp/emulators/teco.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents b9518feda344
children
line wrap: on
line diff
--- a/lisp/emulators/teco.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/emulators/teco.el	Mon Aug 13 09:18:39 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.")