diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-28 23:16:49 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-28 23:16:49 -0700 |
commit | c846da43835e99fa53c772814aa43c9ae7ac571b (patch) | |
tree | 600a59a1a82be54023d58c1d82f9b2847becd07d /lisp/progmodes/verilog-mode.el | |
parent | b8f061b373e606e5ba757870ffa25b36c0df2d83 (diff) | |
download | emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.gz emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.bz2 emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.zip |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/verilog-mode.el')
-rw-r--r-- | lisp/progmodes/verilog-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 0cd8d01aff1..c072754e66d 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -12105,7 +12105,7 @@ Typing \\[verilog-auto] will make this into: "Expand AUTOUNDEF statements, as part of \\[verilog-auto]. Take any `defines since the last AUTOUNDEF in the current file and create `undefs for them. This is used to insure that -file-local defines do not polute the global `define name space. +file-local defines do not pollute the global `define name space. Limitations: AUTOUNDEF presumes any identifier following `define is the @@ -12145,7 +12145,7 @@ defines the regular expression will be undefed." (end-pt (point)) defs def) (save-excursion - ;; Scan from beginnng of file, or last AUTOUNDEF + ;; Scan from start of file, or last AUTOUNDEF (or (verilog-re-search-backward-quick "/\\*AUTOUNDEF\\>" end-pt t) (goto-char (point-min))) (while (verilog-re-search-forward-quick |