]> git.eshelyaron.com Git - emacs.git/commitdiff
(vhdl-testbench): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 04:00:00 +0000 (04:00 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 04:00:00 +0000 (04:00 +0000)
lisp/ChangeLog
lisp/progmodes/vhdl-mode.el

index ce92b2c569f55c0e4f9ca9be11986d57a0e6ed9f..f95a5e03b2e37399bef3df140bbd7a5ba1618dc5 100644 (file)
@@ -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
 
        * 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
index 54e7ab8a049a178637765c85569933a4779ed2e7..95d3d652d6723adc29f370c0bce1bdd19822cd37 100644 (file)
@@ -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")