comparison lisp/progmodes/asm-mode.el @ 6469:4cf30ff89a5e

(asm-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Mar 1994 20:48:30 +0000
parents 9043d8936335
children 2395bbd3dd6e
comparison
equal deleted inserted replaced
6468:b0c731997544 6469:4cf30ff89a5e
92 Alternatively, you may set this variable in `asm-set-comment-hook', which is 92 Alternatively, you may set this variable in `asm-set-comment-hook', which is
93 called near the beginning of mode initialization. 93 called near the beginning of mode initialization.
94 94
95 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization. 95 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
96 96
97 Special commands:\\{asm-mode-map} 97 Special commands:
98 \\{asm-mode-map}
98 " 99 "
99 (interactive) 100 (interactive)
100 (kill-all-local-variables) 101 (kill-all-local-variables)
101 (use-local-map asm-mode-map) 102 (use-local-map asm-mode-map)
102 (setq mode-name "Assembler") 103 (setq mode-name "Assembler")