1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(asm-mode): Doc fix.

(asm-comment-char): Escape literal semicolon.
This commit is contained in:
Karl Heuer 1998-09-23 23:38:11 +00:00
parent 69edcf7e99
commit 1ce965febf

View file

@ -53,7 +53,7 @@
"Mode for editing assembler code."
:group 'languages)
(defcustom asm-comment-char ?;
(defcustom asm-comment-char ?\;
"*The comment-start character assumed by Asm mode."
:type 'character
:group 'asm)
@ -100,7 +100,7 @@ Features a private abbrev table and the following bindings:
\\[asm-comment]\tsmart placement of assembler comments.
The character used for making comments is set by the variable
`asm-comment-char' (which defaults to `?;').
`asm-comment-char' (which defaults to `?\\;').
Alternatively, you may set this variable in `asm-mode-set-comment-hook',
which is called near the beginning of mode initialization.