From 9fa04a08cb2f0bf66c164b421928d7a7b070e6c0 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 28 Nov 2006 22:03:32 +0000 Subject: [PATCH] (led-state): Fix typo in previous change. --- lisp/ChangeLog | 4 ++++ lisp/vt100-led.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.2