From: Juanma Barranquero Date: Mon, 4 Jul 2005 04:00:00 +0000 (+0000) Subject: (vhdl-testbench): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.90~8377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc25429ac86cf51118249ed6612ff87984238042;p=emacs.git (vhdl-testbench): Fix typo in docstring. --- 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 + + 2005-07-03 Luc Teirlinck * 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")