]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/asm-mode.el
Connect electric-indent-mode up with CC Mode. Bug #15478.
[gnu-emacs] / lisp / progmodes / asm-mode.el
index 3ac8b119fe1f7a09b6a2cfd875c29ac7d7482a36..ab7612082d58af09e61cd2c82acd2f9034f3544b 100644 (file)
@@ -1,9 +1,9 @@
 ;;; asm-mode.el --- mode for editing assembler code
 
-;; Copyright (C) 1991, 2001-201 Free Software Foundation, Inc.
+;; Copyright (C) 1991, 2001-2014 Free Software Foundation, Inc.
 
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
-;; Maintainer: FSF
+;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: tools, languages
 
 ;; This file is part of GNU Emacs.
@@ -53,7 +53,7 @@
   :group 'languages)
 
 (defcustom asm-comment-char ?\;
-  "*The comment-start character assumed by Asm mode."
+  "The comment-start character assumed by Asm mode."
   :type 'character
   :group 'asm)