diff lisp/mail/supercite.el @ 14007:c6476f4bb121

(sc-citation-nonnested-root-regexp, sc-add-citation-level, sc-no-blank-line-or-header): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:49:05 +0000
parents 7d18fdd1acf4
children 83f275dcd93a
line wrap: on
line diff
--- a/lisp/mail/supercite.el	Thu Jan 04 23:48:47 1996 +0000
+++ b/lisp/mail/supercite.el	Thu Jan 04 23:49:05 1996 +0000
@@ -68,7 +68,7 @@
 (defvar sc-citation-nonnested-root-regexp "[-._a-zA-Z0-9]+"
   "*Regexp describing the variable root part of a nested citation.
 This should NOT have a leading `^' character.  This variable is
-related to `sc-citation-root-regexp' but where as that varariable
+related to `sc-citation-root-regexp' but whereas that variable
 describes both nested and non-nested citation roots, this variable
 describes only nested citation roots.")
 (defvar sc-citation-delimiter-regexp "[>]+"
@@ -1326,7 +1326,7 @@
      nesting)))
 
 (defun sc-add-citation-level ()
-  "Add a citation level for nested citation style w/ coersion."
+  "Add a citation level for nested citation style w/ coercion."
   (let* ((nesting (sc-guess-nesting))
 	 (citation (make-string (1+ (length nesting))
 				(string-to-char sc-citation-delimiter)))
@@ -1428,7 +1428,7 @@
   ())
 
 (defun sc-no-blank-line-or-header()
-  "Similar to `sc-no-header' except it removes the preceeding blank line."
+  "Similar to `sc-no-header' except it removes the preceding blank line."
   (if (not (bobp))
       (if (and (eolp)
 	       (progn (forward-line -1)