summaryrefslogtreecommitdiff
path: root/lisp/vt100-led.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-28 22:03:32 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-28 22:03:32 +0000
commit9fa04a08cb2f0bf66c164b421928d7a7b070e6c0 (patch)
tree572f6eee00eeea6496832ca18b1a8bf67488d3ea /lisp/vt100-led.el
parentfdd68ab3b42a023bfa72d6504359d1d048356fe2 (diff)
downloademacs-9fa04a08cb2f0bf66c164b421928d7a7b070e6c0.tar.gz
(led-state): Fix typo in previous change.
Diffstat (limited to 'lisp/vt100-led.el')
-rw-r--r--lisp/vt100-led.el2
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)