Mercurial > emacs
changeset 81251:9cf5ef418c32
(mixal-operation-codes-alist): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 07 Jun 2007 14:24:34 +0000 |
parents | 41ca3523514d |
children | 71f54ad86dca |
files | lisp/progmodes/mixal-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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