; Fix several symbol name typos
This commit is contained in:
parent
c716d0cf56
commit
db2ed9f333
27 changed files with 32 additions and 32 deletions
|
@ -9630,7 +9630,7 @@ Returns REGEXP and list of ( (signal_name connection_name)... )."
|
|||
|
||||
(defun verilog-read-auto-template (module)
|
||||
"Look for an auto_template for the instantiation of the given MODULE.
|
||||
If found returns `verilog-read-auto-template-inside' structure."
|
||||
If found returns `verilog-read-auto-template-middle' structure."
|
||||
(save-excursion
|
||||
;; Find beginning
|
||||
(let ((pt (point)))
|
||||
|
@ -10024,7 +10024,7 @@ Used for __FLAGS__ in `verilog-expand-command'."
|
|||
|
||||
(defvar verilog-dir-cache-preserving nil
|
||||
"If true, the directory cache is enabled, and file system changes are ignored.
|
||||
See `verilog-dir-exists-p' and `verilog-dir-files'.")
|
||||
See `verilog-dir-file-exists-p' and `verilog-dir-files'.")
|
||||
|
||||
;; If adding new cached variable, add also to verilog-preserve-dir-cache
|
||||
(defvar verilog-dir-cache-list nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue