Skip to content

Commit b67436b

Browse files
skangaswsnyder
authored andcommitted
Merge from Emacs: Checkdoc fixes. No functional change.
1 parent 066b425 commit b67436b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

verilog-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9950,7 +9950,7 @@ For example if declare A A (.B(SIG)) then B will be included in the list."
99509950
(setq sig-list (cons (list (match-string-no-properties 1) nil nil) sig-list))))
99519951
sig-list)))
99529952

9953-
(defvar verilog-cache-has-lisp nil "True if any AUTO_LISP in buffer.")
9953+
(defvar verilog-cache-has-lisp nil "Non-nil if any AUTO_LISP in buffer.")
99549954
(make-variable-buffer-local 'verilog-cache-has-lisp)
99559955

99569956
(defun verilog-read-auto-lisp-present ()
@@ -14049,7 +14049,7 @@ Typing \\[verilog-auto] will call my-verilog-insert-hello and
1404914049
expand the above into:
1405014050

1405114051
/*AUTOINSERTLISP(my-verilog-insert-hello \"world\")*/
14052-
// Beginning of automatic insert lisp
14052+
// Beginning of automatic insert Lisp
1405314053
initial $write(\"hello world\");
1405414054
// End of automatics
1405514055

@@ -15406,7 +15406,7 @@ and the case items."
1540615406

1540715407
(defun verilog-highlight-region (beg end _old-len)
1540815408
"Colorize included files and modules in the (changed?) region.
15409-
Clicking on the middle-mouse button loads them in a buffer (as in dired)."
15409+
Clicking on the middle-mouse button loads them in a buffer (as in Dired)."
1541015410
(when (or verilog-highlight-includes
1541115411
verilog-highlight-modules)
1541215412
(save-excursion

0 commit comments

Comments
 (0)