From: Juanma Barranquero Date: Thu, 7 Jun 2007 14:24:34 +0000 (+0000) Subject: (mixal-operation-codes-alist): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~12414 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8ceafa5e1a9866d1bec9f9a833519574646cf18;p=emacs.git (mixal-operation-codes-alist): Fix typo in docstring. --- 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." "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