From 1ce965febfda5798a9eba2c9b903d6fdfc567d29 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 23 Sep 1998 23:38:11 +0000 Subject: [PATCH] (asm-mode): Doc fix. (asm-comment-char): Escape literal semicolon. --- lisp/progmodes/asm-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index ef57e339e63..7a2d74343fa 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el @@ -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. -- 2.39.2