aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-07 14:24:34 +0000
committerJuanma Barranquero2007-06-07 14:24:34 +0000
commitf8ceafa5e1a9866d1bec9f9a833519574646cf18 (patch)
treeb99df98eb65ea2d6870184c45c5d1875745c7a09
parent00a2367d34735164ce0d6546bc9d88f43615b172 (diff)
downloademacs-f8ceafa5e1a9866d1bec9f9a833519574646cf18.tar.gz
emacs-f8ceafa5e1a9866d1bec9f9a833519574646cf18.zip
(mixal-operation-codes-alist): Fix typo in docstring.
-rw-r--r--lisp/progmodes/mixal-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/mixal-mode.el b/lisp/progmodes/mixal-mode.el
index d2b78b1d143..146b228453e 100644
--- a/lisp/progmodes/mixal-mode.el
+++ b/lisp/progmodes/mixal-mode.el
@@ -1017,7 +1017,7 @@ The converted character representation is stored in rAX."
1017 "Alist that contains all the possible operation codes for mix. 1017 "Alist that contains all the possible operation codes for mix.
1018Each elt has the form 1018Each elt has the form
1019 (OP-CODE GROUP FULL-NAME C-BYTE F-BYTE DESCRIPTION EXECUTION-TIME) 1019 (OP-CODE GROUP FULL-NAME C-BYTE F-BYTE DESCRIPTION EXECUTION-TIME)
1020Where OP-CODE is the text of the opcode as an symbol, 1020Where OP-CODE is the text of the opcode as a symbol,
1021FULL-NAME is the human readable name as a string, 1021FULL-NAME is the human readable name as a string,
1022C-BYTE is the operation code telling what operation is to be performed, 1022C-BYTE is the operation code telling what operation is to be performed,
1023F-BYTE holds a modification of the operation code which can be a symbol 1023F-BYTE holds a modification of the operation code which can be a symbol