diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-28 22:03:32 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-28 22:03:32 +0000 |
commit | 9fa04a08cb2f0bf66c164b421928d7a7b070e6c0 (patch) | |
tree | 572f6eee00eeea6496832ca18b1a8bf67488d3ea | |
parent | fdd68ab3b42a023bfa72d6504359d1d048356fe2 (diff) | |
download | emacs-9fa04a08cb2f0bf66c164b421928d7a7b070e6c0.tar.gz |
(led-state): Fix typo in previous change.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/vt100-led.el | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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) |