diff lisp/=sc.el @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents d4c48ca1b220
children 41ef3e4adb0d
line wrap: on
line diff
--- a/lisp/=sc.el	Wed Jun 09 11:33:38 1993 +0000
+++ b/lisp/=sc.el	Wed Jun 09 11:59:12 1993 +0000
@@ -15,7 +15,7 @@
 ;; massages raw reply buffers set up by the reply/forward functions in
 ;; the news/mail subsystems. Therefore, such useful operations as
 ;; yanking and citing portions of the original article (instead of the
-;; whole article) are not within the ability or responsiblity of
+;; whole article) are not within the ability or responsibility of
 ;; supercite.
 
 ;; ========== Disclaimer ==========
@@ -389,7 +389,7 @@
 
 
 ;; ======================================================================
-;; global variables, not user accessable
+;; global variables, not user accessible
 
 (defconst sc-version-number "2.3"
   "Supercite's version number.")
@@ -574,7 +574,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)
@@ -1000,7 +1000,7 @@
 				   (run-hooks 'sc-fill-paragraph-hook)))
 	       (setq fstart (point)
 		     fend (point)))
-	      ;; not end of line so perhap cite it
+	      ;; not end of line so perhaps cite it
 	      ((not (looking-at sc-cite-regexp))
 	       (insert (aget sc-gal-information "sc-citation")))
 	      (sc-nested-citation-p
@@ -1551,7 +1551,7 @@
 ;;
 (defun sc-describe ()
   "Supercite version 2.3 is now described in a texinfo manual which
-makes the documenation available both for online perusal via emacs'
+makes the documentation available both for online perusal via emacs'
 info system, or for hard-copy printing using the TeX facility.
 
 To view the online document hit \\[info], then \"mSupercite <RET>\"."