# HG changeset patch # User Juanma Barranquero # Date 1181226274 0 # Node ID 9cf5ef418c32e53681bbfc718e1ab8dd955e9f24 # Parent 41ca3523514d9c164f14454ccb012dbfd535edde (mixal-operation-codes-alist): Fix typo in docstring. diff -r 41ca3523514d -r 9cf5ef418c32 lisp/progmodes/mixal-mode.el --- a/lisp/progmodes/mixal-mode.el Thu Jun 07 13:16:41 2007 +0000 +++ b/lisp/progmodes/mixal-mode.el Thu Jun 07 14:24:34 2007 +0000 @@ -1017,7 +1017,7 @@ "Alist that contains all the possible operation codes for mix. Each elt has the form (OP-CODE GROUP FULL-NAME C-BYTE F-BYTE DESCRIPTION EXECUTION-TIME) -Where OP-CODE is the text of the opcode as an symbol, +Where OP-CODE is the text of the opcode as a symbol, FULL-NAME is the human readable name as a string, C-BYTE is the operation code telling what operation is to be performed, F-BYTE holds a modification of the operation code which can be a symbol