diff options
Diffstat (limited to 'lisp/vt100-led.el')
-rw-r--r-- | lisp/vt100-led.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |