summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-07-04 04:00:00 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-07-04 04:00:00 +0000
commitbc25429ac86cf51118249ed6612ff87984238042 (patch)
tree6af2f5a95643e9a69636438099f13a4cb02d5af4 /lisp/progmodes
parent6db8cbf558c85b80ff858252c26ab793ccf758d2 (diff)
downloademacs-bc25429ac86cf51118249ed6612ff87984238042.tar.gz
(vhdl-testbench): Fix typo in docstring.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/vhdl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 54e7ab8a049..95d3d652d67 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -1133,7 +1133,7 @@ If TO STRING is empty, the instance name is queried."
(defgroup vhdl-testbench nil
- "Customizations for testbench generation ."
+ "Customizations for testbench generation."
:group 'vhdl-port)
(defcustom vhdl-testbench-entity-name '(".*" . "\\&_tb")