Mercurial > emacs
changeset 74309:d5e613255c8a
(led-state): Fix typo in previous change.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 28 Nov 2006 22:01:40 +0000 |
parents | c3e14b761fe6 |
children | 65550517758d |
files | lisp/vt100-led.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vt100-led.el Tue Nov 28 20:16:14 2006 +0000 +++ b/lisp/vt100-led.el Tue Nov 28 22:01:40 2006 +0000 @@ -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)