]> git.eshelyaron.com Git - emacs.git/commitdiff
verilog-mode.el: Backout part of recent change showing wrong comment
authorWilson Snyder <wsnyder@wsnyder.org>
Thu, 23 Sep 2021 11:36:02 +0000 (07:36 -0400)
committerWilson Snyder <wsnyder@wsnyder.org>
Thu, 23 Sep 2021 11:36:02 +0000 (07:36 -0400)
lisp/progmodes/verilog-mode.el

index dabf9c479e28da23cd80080216377252c7dbf9b1..547787f8d87bb3f4efc3ca58284633306c29fc55 100644 (file)
@@ -9,7 +9,7 @@
 ;; Keywords: languages
 ;; The "Version" is the date followed by the decimal rendition of the Git
 ;;     commit hex.
-;; Version: 2021.09.22.045357537
+;; Version: 2021.09.23.139584433
 
 ;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this
 ;; file on 19/3/2008, and the maintainer agreed that when a bug is
 ;;
 
 ;; This variable will always hold the version number of the mode
-(defconst verilog-mode-version "2021-09-22-2b419e1-vpo-GNU"
+(defconst verilog-mode-version "2021-09-23-851e3b1-vpo-GNU"
   "Version of this Verilog mode.")
 (defconst verilog-mode-release-emacs t
   "If non-nil, this version of Verilog mode was released with Emacs itself.")
@@ -13380,7 +13380,7 @@ Typing \\[verilog-auto] will call my-verilog-insert-hello and
 expand the above into:
 
            /*AUTOINSERTLISP(my-verilog-insert-hello \"world\")*/
-           // Beginning of automatic insert Lisp
+           // Beginning of automatic insert lisp
            initial $write(\"hello world\");
            // End of automatics