diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-11-19 14:57:40 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-11-19 14:58:05 -0800 |
commit | 493a8f33ba916403d1fab620e08146632b826101 (patch) | |
tree | 8b22565216131fc84ef326d80e2aca1b7639bde9 /lisp/progmodes/verilog-mode.el | |
parent | 870c56a0bd8fe51baa2efa20a75b848f2bd27fd4 (diff) | |
download | emacs-493a8f33ba916403d1fab620e08146632b826101.tar.gz emacs-493a8f33ba916403d1fab620e08146632b826101.tar.bz2 emacs-493a8f33ba916403d1fab620e08146632b826101.zip |
; Spelling fixes
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 5f07cbb329d..5368b613569 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -9435,7 +9435,7 @@ you can read them automatically with: // verilog-auto-read-includes:t // End: -Or a more specific alternative example, which requires haing +Or a more specific alternative example, which requires having `enable-local-eval' non-nil: // Local Variables: |