comparison lisp/progmodes/mixal-mode.el @ 90918:e9f94688a064

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 781-792) - Update from CVS - Merge from gnus--rel--5.10 - Merge from emacs--rel--22 * emacs--rel--22 (patch 33-41) * gnus--rel--5.10 (patch 226-228) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-219
author Miles Bader <miles@gnu.org>
date Mon, 11 Jun 2007 00:58:11 +0000
parents 95d0cdf160ea 8e5ec7106f3d
children f55f9811f5d7
comparison
equal deleted inserted replaced
90917:9f1c3e957d3e 90918:e9f94688a064
1015 10)) 1015 10))
1016 1016
1017 "Alist that contains all the possible operation codes for mix. 1017 "Alist that contains all the possible operation codes for mix.
1018 Each elt has the form 1018 Each 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)
1020 Where OP-CODE is the text of the opcode as an symbol, 1020 Where OP-CODE is the text of the opcode as a symbol,
1021 FULL-NAME is the human readable name as a string, 1021 FULL-NAME is the human readable name as a string,
1022 C-BYTE is the operation code telling what operation is to be performed, 1022 C-BYTE is the operation code telling what operation is to be performed,
1023 F-BYTE holds a modification of the operation code which can be a symbol 1023 F-BYTE holds a modification of the operation code which can be a symbol
1024 or a number, 1024 or a number,
1025 DESCRIPTION contains an string with a description about the operation code and 1025 DESCRIPTION contains an string with a description about the operation code and