summaryrefslogtreecommitdiff
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
parent6db8cbf558c85b80ff858252c26ab793ccf758d2 (diff)
(vhdl-testbench): Fix typo in docstring.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/vhdl-mode.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce92b2c569f..f95a5e03b2e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,6 @@
+2005-07-04 Juanma Barranquero <lekktu@gmail.com>
+
+
2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
* cus-face.el (custom-theme-set-faces): Make it handle face
@@ -141,6 +144,7 @@
* emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
* eshell/esh-var.el (eshell-var):
+ * progmodes/vhdl-mode.el (vhdl-testbench):
* textmodes/org.el (org): Fix typos in docstrings.
* emacs-lisp/timer.el (with-timeout): Improve argument/docstring
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")