summaryrefslogtreecommitdiff
path: root/mpn/lisp
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-06-26 02:58:06 +0200
committerKevin Ryde <user42@zip.com.au>2000-06-26 02:58:06 +0200
commitac523caeafc432c293e03460b563492eac37d3b3 (patch)
treee57363a1bd9a610875ae0795eeb47426e4cf3947 /mpn/lisp
parent50c969cddc235bf98394e4da6d6a7d136a18c420 (diff)
downloadgmp-ac523caeafc432c293e03460b563492eac37d3b3.tar.gz
* mpn/lisp/gmpasm-mode.el: Put keymap at the top of the 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 2a75afa60..4b3b229b5 100644
--- a/mpn/lisp/gmpasm-mode.el
+++ b/mpn/lisp/gmpasm-mode.el
@@ -193,6 +193,7 @@ dnl too).")
(defun gmpasm-mode ()
"A major mode for editing GNU MP asm and m4 files.
+\\{gmpasm-mode-map}
`comment-start' and `comment-end' are set buffer-local to assembler
commenting appropriate for the CPU by looking for something matching
`gmpasm-comment-start-regexp' at the start of a line, or \"#\" is used if
@@ -212,8 +213,7 @@ to start with `C'. Also it's only the particular `comment-start' determined
that's added for filling etc, not the whole `gmpasm-comment-start-regexp'.
`gmpasm-mode-hook' is run after initializations are complete.
-
-\\{gmpasm-mode-map}"
+"
(interactive)
(kill-all-local-variables)