diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-24 02:58:14 +0100 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-24 02:58:14 +0100 |
| commit | 20db1522fe719b5de3f7cf9b373183d4b3437e94 (patch) | |
| tree | 44b4bcef6fb0bb9b7fd99389781ee07dc94ca7c0 /lisp/progmodes/verilog-mode.el | |
| parent | 29291ef14b0592d235f4b62463a7eb4471e5a55f (diff) | |
| download | emacs-20db1522fe719b5de3f7cf9b373183d4b3437e94.tar.gz | |
Fix typos.
Diffstat (limited to 'lisp/progmodes/verilog-mode.el')
| -rw-r--r-- | lisp/progmodes/verilog-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 4cc4a133c8e..3570a2cfa3e 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -4627,7 +4627,7 @@ line in bottom-up order." (verilog-batch-execute-func `verilog-inject-auto)) (defun verilog-batch-indent () - "For use with --batch, reindent an a entire file as a stand-alone tool. + "For use with --batch, reindent an entire file as a stand-alone tool. This sets up the appropriate Verilog mode environment, calls \\[verilog-indent-buffer] on all command-line files, and saves the buffers." (unless noninteractive |
