(led-state): Fix typo in previous change.

This commit is contained in:
Juanma Barranquero 2006-11-28 22:03:32 +00:00
parent fdd68ab3b4
commit 9fa04a08cb
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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)