changeset 23312:6f7f0f3876e3

(asm-mode): Doc fix. (asm-comment-char): Escape literal semicolon.
author Karl Heuer <kwzh@gnu.org>
date Wed, 23 Sep 1998 23:38:11 +0000
parents fd4a0e88aed5
children fdd00554260b
files lisp/progmodes/asm-mode.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.