summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-20 18:59:32 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-20 18:59:32 +0000
commit0ff9b955fe8d8032f5c139dcc86990f0177b646f (patch)
treeca703702f9fd7d7a9a15f77cb5cdc28c5767bdc2 /lisp/textmodes
parent3c08498acc0ad4b82ffa5e13b87f098cdb5fcda8 (diff)
downloademacs-0ff9b955fe8d8032f5c139dcc86990f0177b646f.tar.gz
Doc fixes.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/scribe.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/textmodes/scribe.el b/lisp/textmodes/scribe.el
index f40c1dfc0b6..16067d19638 100644
--- a/lisp/textmodes/scribe.el
+++ b/lisp/textmodes/scribe.el
@@ -42,17 +42,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)
@@ -261,7 +261,7 @@ to skip backward."
(defun scribe-insert-quote (count)
"Insert ``, '' or \" according to preceding character.
-If `scribe-electric-quote' is non-NIL, insert ``, '' or \" according
+If `scribe-electric-quote' is non-nil, insert ``, '' or \" according
to preceding character. With numeric arg N, always insert N \" characters.
Else just insert \"."
(interactive "P")
@@ -297,7 +297,7 @@ Else just insert \"."
(t "``")))))))))
(defun scribe-parenthesis (count)
- "If scribe-electric-parenthesis is non-NIL, insertion of an open-parenthesis
+ "If scribe-electric-parenthesis is non-nil, insertion of an open-parenthesis
character inserts the following close parenthesis character if the
preceding text is of the form @Command."
(interactive "P")