summaryrefslogtreecommitdiff
path: root/mpn/lisp
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-12-05 20:56:47 +0100
committerKevin Ryde <user42@zip.com.au>2000-12-05 20:56:47 +0100
commit5dfcb5108c13c3404b09b447f168069272ea6b5a (patch)
treec1ed2cd8c60df64c150eefbe6643688129734d88 /mpn/lisp
parentfbb10f5e80c50520ada48431645268cd4e14dbea (diff)
downloadgmp-5dfcb5108c13c3404b09b447f168069272ea6b5a.tar.gz
* mpn/lisp/gmpasm-mode.el (gmpasm-comment-start-regexp): Add "*" for
the benefit of cray. And fix a typo in the gmpasm-comment-region-dnl docstring.
Diffstat (limited to 'mpn/lisp')
-rw-r--r--mpn/lisp/gmpasm-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/lisp/gmpasm-mode.el b/mpn/lisp/gmpasm-mode.el
index 0d9f1ed4f..3477d1f1a 100644
--- a/mpn/lisp/gmpasm-mode.el
+++ b/mpn/lisp/gmpasm-mode.el
@@ -77,7 +77,7 @@
:type 'hook
:group 'gmpasm)
-(defcustom gmpasm-comment-start-regexp "[#;!@C]"
+(defcustom gmpasm-comment-start-regexp "[#;!@*C]"
"*Regexp matching possible comment styles.
See `gmpasm-mode' docstring for how this is used."
:type 'regexp
@@ -340,7 +340,7 @@ that's added for filling etc, not the whole `gmpasm-comment-start-regexp'.
(defun gmpasm-comment-region-dnl (beg end &optional arg)
- "(gmpasm-comment-region BEG END &option ARG)
+ "(gmpasm-comment-region-dnl BEG END &option ARG)
Comment or uncomment each line in the region using `dnl'.
With \\[universal-argument] prefix arg, uncomment each line in region.