(led-state): Fix typo in previous change.
This commit is contained in:
parent
fdd68ab3b4
commit
9fa04a08cb
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-11-28 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* vt100-led.el (led-state): Fix typo in previous change.
|
||||
|
||||
2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
|
||||
|
||||
* emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Fix
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
;;; Code:
|
||||
|
||||
(defvar led-state (make-vector 5 nil)
|
||||
"The internal state of the LEDs. Choices are nil, t, 'flash.
|
||||
"The internal state of the LEDs. Choices are nil, t, `flash'.
|
||||
Element 0 is not used.")
|
||||
|
||||
(defun led-flash (l)
|
||||
|
|
Loading…
Add table
Reference in a new issue