diff options
| author | Juanma Barranquero | 2007-06-07 14:27:21 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-07 14:27:21 +0000 |
| commit | 6a3ccec7d1db770988955d7bf62c338f0ac6a5a7 (patch) | |
| tree | 294101cc44c3d94f6cdf9b278e7c5e34b97f9cd0 | |
| parent | 79199dd257b0786703b797ba72f61305e240f631 (diff) | |
| download | emacs-6a3ccec7d1db770988955d7bf62c338f0ac6a5a7.tar.gz emacs-6a3ccec7d1db770988955d7bf62c338f0ac6a5a7.zip | |
(mixal-operation-codes-alist): Fix typo in docstring.
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/progmodes/mixal-mode.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 857bd6a451b..56adc5fec3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix. | 3 | * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix. |
| 4 | 4 | ||
| 5 | * progmodes/mixal-mode.el (mixal-operation-codes-alist): | ||
| 5 | * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring. | 6 | * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring. |
| 6 | 7 | ||
| 7 | 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change) | 8 | 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change) |
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. |
| 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 |