diff options
| author | Juanma Barranquero | 2005-07-04 04:00:00 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-04 04:00:00 +0000 |
| commit | bc25429ac86cf51118249ed6612ff87984238042 (patch) | |
| tree | 6af2f5a95643e9a69636438099f13a4cb02d5af4 | |
| parent | 6db8cbf558c85b80ff858252c26ab793ccf758d2 (diff) | |
| download | emacs-bc25429ac86cf51118249ed6612ff87984238042.tar.gz emacs-bc25429ac86cf51118249ed6612ff87984238042.zip | |
(vhdl-testbench): Fix typo in docstring.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/vhdl-mode.el | 2 |
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 @@ | |||
| 1 | 2005-07-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | |||
| 1 | 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> | 4 | 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 5 | ||
| 3 | * cus-face.el (custom-theme-set-faces): Make it handle face | 6 | * cus-face.el (custom-theme-set-faces): Make it handle face |
| @@ -141,6 +144,7 @@ | |||
| 141 | 144 | ||
| 142 | * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking): | 145 | * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking): |
| 143 | * eshell/esh-var.el (eshell-var): | 146 | * eshell/esh-var.el (eshell-var): |
| 147 | * progmodes/vhdl-mode.el (vhdl-testbench): | ||
| 144 | * textmodes/org.el (org): Fix typos in docstrings. | 148 | * textmodes/org.el (org): Fix typos in docstrings. |
| 145 | 149 | ||
| 146 | * emacs-lisp/timer.el (with-timeout): Improve argument/docstring | 150 | * 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." | |||
| 1133 | 1133 | ||
| 1134 | 1134 | ||
| 1135 | (defgroup vhdl-testbench nil | 1135 | (defgroup vhdl-testbench nil |
| 1136 | "Customizations for testbench generation ." | 1136 | "Customizations for testbench generation." |
| 1137 | :group 'vhdl-port) | 1137 | :group 'vhdl-port) |
| 1138 | 1138 | ||
| 1139 | (defcustom vhdl-testbench-entity-name '(".*" . "\\&_tb") | 1139 | (defcustom vhdl-testbench-entity-name '(".*" . "\\&_tb") |