diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
commit | 51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1 (patch) | |
tree | 063390d9d89804416186b2e30f271758dc0a0542 /lisp/=sc.el | |
parent | 991171cf5b04b6949734b55ab6d6f5657ee19428 (diff) | |
download | emacs-51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1.tar.gz |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lisp/=sc.el')
-rw-r--r-- | lisp/=sc.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/=sc.el b/lisp/=sc.el index 313cbe2449d..172c3c425b3 100644 --- a/lisp/=sc.el +++ b/lisp/=sc.el @@ -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 @@ Runs after sc-cite-original executes.") ;; ====================================================================== -;; global variables, not user accessable +;; global variables, not user accessible (defconst sc-version-number "2.3" "Supercite's version number.") @@ -574,7 +574,7 @@ If FIELD is not a valid key, return sc-mumble-string." ()) (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 @@ Return the list of name symbols." (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 @@ original message but it does require a few things: ;; (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>\"." |