summaryrefslogtreecommitdiff
path: root/lisp/obsolete/scribe.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/obsolete/scribe.el')
-rw-r--r--lisp/obsolete/scribe.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/obsolete/scribe.el b/lisp/obsolete/scribe.el
index c46c834338..7ff944c14d 100644
--- a/lisp/obsolete/scribe.el
+++ b/lisp/obsolete/scribe.el
@@ -45,17 +45,17 @@
"Abbrev table used while in scribe mode.")
(defcustom scribe-fancy-paragraphs nil
- "*Non-nil makes Scribe mode use a different style of paragraph separation."
+ "Non-nil makes Scribe mode use a different style of paragraph separation."
:type 'boolean
:group 'scribe)
(defcustom scribe-electric-quote nil
- "*Non-nil makes insert of double quote use `` or '' depending on context."
+ "Non-nil makes insert of double quote use `` or '' depending on context."
:type 'boolean
:group 'scribe)
(defcustom scribe-electric-parenthesis nil
- "*Non-nil makes parenthesis char ( (]}> ) automatically insert its close
+ "Non-nil makes parenthesis char ( (]}> ) automatically insert its close
if typed after an @Command form."
:type 'boolean
:group 'scribe)