From: Karl Heuer Date: Wed, 23 Sep 1998 23:38:11 +0000 (+0000) Subject: (asm-mode): Doc fix. X-Git-Tag: emacs-20.4~1637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ce965febfda5798a9eba2c9b903d6fdfc567d29;p=emacs.git (asm-mode): Doc fix. (asm-comment-char): Escape literal semicolon. --- 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.