# HG changeset patch # User Karl Heuer # Date 906593891 0 # Node ID 6f7f0f3876e3c3084bf277a49659acac280b76ca # Parent fd4a0e88aed5687acd6b191616993887eeaff5a2 (asm-mode): Doc fix. (asm-comment-char): Escape literal semicolon. diff -r fd4a0e88aed5 -r 6f7f0f3876e3 lisp/progmodes/asm-mode.el --- a/lisp/progmodes/asm-mode.el Wed Sep 23 23:36:59 1998 +0000 +++ b/lisp/progmodes/asm-mode.el Wed Sep 23 23:38:11 1998 +0000 @@ -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 @@ \\[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.