From: Juanma Barranquero Date: Tue, 28 Nov 2006 22:03:32 +0000 (+0000) Subject: (led-state): Fix typo in previous change. X-Git-Tag: emacs-pretest-22.0.92~400 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fa04a08cb2f0bf66c164b421928d7a7b070e6c0;p=emacs.git (led-state): Fix typo in previous change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c87b943498c..2daa606aa41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-11-28 Juanma Barranquero + + * vt100-led.el (led-state): Fix typo in previous change. + 2006-11-27 Andreas Seltenreich * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Fix diff --git a/lisp/vt100-led.el b/lisp/vt100-led.el index 8310aa39117..06862182ee4 100644 --- a/lisp/vt100-led.el +++ b/lisp/vt100-led.el @@ -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)