summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-09-06 07:17:28 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-09-06 07:17:28 +0000
commit9b61eea1d0a069dbb538a690ac4f1fea98c9906a (patch)
treeaec0b8ffb9e66cd2ede4209864f31cee005304aa /lisp/progmodes
parent4a9592f6f93b089a8f1a710f13b25b94f17d823b (diff)
downloademacs-9b61eea1d0a069dbb538a690ac4f1fea98c9906a.tar.gz
(vhdl-progress-interval, vhdl-corresponding-begin): Fix spacing.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/vhdl-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index e3285595491..8a70d4beaab 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -1147,7 +1147,7 @@ NOTE: Activate the new setting in a VHDL buffer using the menu entry
(defvar vhdl-progress-interval 1
"*Interval used to update progress status during long operations.
If a number, percentage complete gets updated after each interval of
-that many seconds. To inhibit all messages, set this variable to nil.")
+that many seconds. To inhibit all messages, set this variable to nil.")
(defvar vhdl-inhibit-startup-warnings-p nil
"*If non-nil, inhibits start up compatibility warnings.")
@@ -3816,7 +3816,7 @@ keyword."
"If the word at the current position corresponds to an \"end\"
keyword, then return a vector containing enough information to find
the corresponding \"begin\" keyword, else return nil. The keyword to
-search backward for is aref 0. The column in which the keyword must
+search backward for is aref 0. The column in which the keyword must
appear is aref 1 or nil if any column is suitable. The supplementary
keyword to search forward for is aref 2 or nil if this is not
required. If aref 3 is t, then the \"begin\" keyword may be found in