Mercurial > emacs
changeset 64064:965579599592
(vhdl-testbench): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 04 Jul 2005 03:58:04 +0000 |
parents | 0e8e976cfbf9 |
children | df3bafa0b0cd |
files | lisp/progmodes/vhdl-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/vhdl-mode.el Mon Jul 04 03:51:52 2005 +0000 +++ b/lisp/progmodes/vhdl-mode.el Mon Jul 04 03:58:04 2005 +0000 @@ -1133,7 +1133,7 @@ (defgroup vhdl-testbench nil - "Customizations for testbench generation ." + "Customizations for testbench generation." :group 'vhdl-port) (defcustom vhdl-testbench-entity-name '(".*" . "\\&_tb")