diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-22 21:31:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-22 21:31:08 +0000 |
commit | 148d2a8dec43153149ce6561ac97f7a2d56fd3ee (patch) | |
tree | ab960c7c9920656c655aae9a49cb099440799419 /lisp/progmodes/asm-mode.el | |
parent | fc04fa47a486d7380b7fac90daa90b3cd091b011 (diff) | |
download | emacs-148d2a8dec43153149ce6561ac97f7a2d56fd3ee.tar.gz |
Doc fixes.
Diffstat (limited to 'lisp/progmodes/asm-mode.el')
-rw-r--r-- | lisp/progmodes/asm-mode.el | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index cdf83d9fd5e..b4b83d89848 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el @@ -3,11 +3,9 @@ ;; 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 @@ -43,7 +41,7 @@ ;; 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. @@ -95,8 +93,8 @@ Features a private abbrev table and the following bindings: 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. |