]> git.eshelyaron.com Git - emacs.git/commitdiff
(led-state): Fix typo in previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 28 Nov 2006 22:03:32 +0000 (22:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 28 Nov 2006 22:03:32 +0000 (22:03 +0000)
lisp/ChangeLog
lisp/vt100-led.el

index c87b943498c1eb767cdea8a2ac30d0f05aa9f1cc..2daa606aa416d6f203d9c0b7743067c18ca34fa7 100644 (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
index 8310aa39117ae14e34037c11797459c1928fb962..06862182ee44cec89045b1c918c01c3b951c2ffe 100644 (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)