;; Copyright (C) 1991 Free Software Foundation, Inc.
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
-;; Last-Modified: 14 Jul 1992
+;; Maintainer: FSF
;; Keywords: tools, languages
-;; @(#)asm-mode.el 1.7
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; appropriate spot.
;; This mode runs two hooks:
-;; 1) An asm-set-comment-hook before the part of the initialization
+;; 1) An asm-mode-set-comment-hook before the part of the initialization
;; depending on asm-comment-char, and
;; 2) an asm-mode-hook at the end of initialization.
The character used for making comments is set by the variable
`asm-comment-char' (which defaults to `?;').
-Alternatively, you may set this variable in `asm-set-comment-hook', which is
-called near the beginning of mode initialization.
+Alternatively, you may set this variable in `asm-mode-set-comment-hook',
+which is called near the beginning of mode initialization.
Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.