aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 11:59:12 +0000
committerJim Blandy1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /lisp/textmodes
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/bibtex.el14
-rw-r--r--lisp/textmodes/ispell4.el8
-rw-r--r--lisp/textmodes/page-ext.el4
-rw-r--r--lisp/textmodes/picture.el10
-rw-r--r--lisp/textmodes/spell.el2
-rw-r--r--lisp/textmodes/tex-mode.el2
-rw-r--r--lisp/textmodes/texinfmt.el4
-rw-r--r--lisp/textmodes/texnfo-upd.el2
-rw-r--r--lisp/textmodes/text-mode.el2
9 files changed, 24 insertions, 24 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 8e8e85590c7..b6c13fb8605 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -144,11 +144,11 @@
144;;; M-C-e end-of-bibtex-entry 144;;; M-C-e end-of-bibtex-entry
145;;; Mike Newton (newton@gumby.cs.caltech.edu) 90.11.17 145;;; Mike Newton (newton@gumby.cs.caltech.edu) 90.11.17
146;;; * Handle items like 146;;; * Handle items like
147;;; title = poft # "Fifth Tri-quaterly" # random-conf, 147;;; title = poft # "Fifth Tri-quarterly" # random-conf,
148;;; and title = {This title is inside curlies} 148;;; and title = {This title is inside curlies}
149;;; * added user settable, always present, optional fields 149;;; * added user settable, always present, optional fields
150;;; * fixed 'bibtex-find-it's doc string's location 150;;; * fixed 'bibtex-find-it's doc string's location
151;;; * bibtex-field-text made more general (it wouldnt handle the # construct) 151;;; * bibtex-field-text made more general (it wouldn't handle the # construct)
152;;; and it now handles a small subset of the {} cases 152;;; and it now handles a small subset of the {} cases
153 153
154;;; Bengt Martensson, March 6 154;;; Bengt Martensson, March 6
@@ -553,7 +553,7 @@ Chosen on aesthetic grounds only.")
553Equal to the space needed for the longest name part.") 553Equal to the space needed for the longest name part.")
554 554
555(defun bibtex-current-entry-label (&optional include-cite kill) 555(defun bibtex-current-entry-label (&optional include-cite kill)
556 "Return the label of the bibtex entry containing, or preceeding point. 556 "Return the label of the bibtex entry containing, or preceding point.
557Optional argument INCLUDE-CITE, if true means put a '\\cite{}' around the 557Optional argument INCLUDE-CITE, if true means put a '\\cite{}' around the
558returned value. Second optional argument KILL, if true, means place the 558returned value. Second optional argument KILL, if true, means place the
559returned value in the kill buffer. Interactively; providing prefix 559returned value in the kill buffer. Interactively; providing prefix
@@ -563,7 +563,7 @@ Rationale:
563The intention is that someone will write a function that can be bound to 563The intention is that someone will write a function that can be bound to
564a mouse key so that people entering TeX can just mouse on the bibtex entry 564a mouse key so that people entering TeX can just mouse on the bibtex entry
565and have the citation key inserted at the current point (which will almost 565and have the citation key inserted at the current point (which will almost
566certainly be in some other bufer). In the interim this function is 566certainly be in some other buffer). In the interim this function is
567marginally useful for keyboard binding and is not bound by default. 567marginally useful for keyboard binding and is not bound by default.
568Suggested binding is ^C-k." 568Suggested binding is ^C-k."
569 (interactive (list current-prefix-arg t)) 569 (interactive (list current-prefix-arg t))
@@ -689,7 +689,7 @@ non-nil."
689 (setq local-abbrev-table bibtex-mode-abbrev-table) 689 (setq local-abbrev-table bibtex-mode-abbrev-table)
690 (make-local-variable 'paragraph-start) 690 (make-local-variable 'paragraph-start)
691 (setq paragraph-start "^[ \f\n\t]*$") 691 (setq paragraph-start "^[ \f\n\t]*$")
692 (auto-fill-mode 1) ; nice alignements 692 (auto-fill-mode 1) ; nice alignments
693 (setq left-margin (+ bibtex-text-alignment 1)) 693 (setq left-margin (+ bibtex-text-alignment 1))
694 694
695 (run-hooks 'bibtex-mode-hook)) 695 (run-hooks 'bibtex-mode-hook))
@@ -813,7 +813,7 @@ If bibtex-sort-ignore-string-entries is true, @string entries will be ignored.
813 813
814Bugs: 814Bugs:
815 1. Text between the closing brace ending one bibtex entry, and the @ starting 815 1. Text between the closing brace ending one bibtex entry, and the @ starting
816 the next, is considered part of the PRECEEDING entry. Perhaps it should be 816 the next, is considered part of the PRECEDING entry. Perhaps it should be
817 part of the following entry." 817 part of the following entry."
818 (interactive) 818 (interactive)
819 (save-restriction 819 (save-restriction
@@ -825,7 +825,7 @@ Bugs:
825 (end-of-bibtex-entry) 825 (end-of-bibtex-entry)
826 (point))) 826 (point)))
827 (sort-subr nil ; reversep 827 (sort-subr nil ; reversep
828 ;; begining of record function 828 ;; beginning of record function
829 'forward-line 829 'forward-line
830 ;; end of record function 830 ;; end of record function
831 (function (lambda () (and (re-search-forward "}\\s-*\n[\n \t]*@" nil 'move) 831 (function (lambda () (and (re-search-forward "}\\s-*\n[\n \t]*@" nil 'move)
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el
index 08aed07b4e3..ff37d27ce4d 100644
--- a/lisp/textmodes/ispell4.el
+++ b/lisp/textmodes/ispell4.el
@@ -69,7 +69,7 @@ to look for the next message from the ISPELL program.")
69 69
70(defun kill-ispell () 70(defun kill-ispell ()
71 "Kill the ispell process. 71 "Kill the ispell process.
72Any changes the your private dictionay 72Any changes in your private dictionary
73that have not already been dumped will be lost." 73that have not already been dumped will be lost."
74 (interactive) 74 (interactive)
75 (if ispell-process 75 (if ispell-process
@@ -141,7 +141,7 @@ WORD Check spelling of WORD. Result is
141:file FILENAME scan the named file, and print the file offsets of 141:file FILENAME scan the named file, and print the file offsets of
142 any misspelled words 142 any misspelled words
143 143
144:insert WORD put word in private dictonary 144:insert WORD put word in private dictionary
145 145
146:accept WORD don't complain about word any more this session 146:accept WORD don't complain about word any more this session
147 147
@@ -209,10 +209,10 @@ DIGIT Near miss selector. If the misspelled word is close to
209 some words in the dictionary, they are offered as near misses. 209 some words in the dictionary, they are offered as near misses.
210r Replace. Replace the word with a string you type. Each word 210r Replace. Replace the word with a string you type. Each word
211 of your new string is also checked. 211 of your new string is also checked.
212i Insert. Insert this word in your private dictonary (kept in 212i Insert. Insert this word in your private dictionary (kept in
213 `$HOME/ispell.words'). 213 `$HOME/ispell.words').
214a Accept. Accept this word for the rest of this editing session, 214a Accept. Accept this word for the rest of this editing session,
215 but don't put it in your private dictonary. 215 but don't put it in your private dictionary.
216l Lookup. Look for a word in the dictionary by fast binary 216l Lookup. Look for a word in the dictionary by fast binary
217 search, or search for a regular expression in the dictionary 217 search, or search for a regular expression in the dictionary
218 using grep. 218 using grep.
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el
index 847d0b674e2..8537e59450b 100644
--- a/lisp/textmodes/page-ext.el
+++ b/lisp/textmodes/page-ext.el
@@ -77,7 +77,7 @@
77;;; `pages-directory-address-mode' now sets local variables and enables 77;;; `pages-directory-address-mode' now sets local variables and enables
78;;; `describe-mode' to describe Addresses Directory mode. 78;;; `describe-mode' to describe Addresses Directory mode.
79;;; 79;;;
80;;; `pages-directory-for-addresses' now sets the buffer-modifed flag 80;;; `pages-directory-for-addresses' now sets the buffer-modified flag
81;;; for the Addresses Directory to nil. 81;;; for the Addresses Directory to nil.
82;;; 82;;;
83;;; The documentation string for both `pages-directory-mode' and 83;;; The documentation string for both `pages-directory-mode' and
@@ -223,7 +223,7 @@
223; Washington, DC 20515 223; Washington, DC 20515
224; 224;
225; Congressional committee concerned with permitting or preventing 225; Congressional committee concerned with permitting or preventing
226; monopolistic restictions on the use of software technology 226; monopolistic restrictions on the use of software technology
227; 227;
228; 228;
229; George Lakoff 229; George Lakoff
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el
index 8435376a8b7..7c0490b6d2e 100644
--- a/lisp/textmodes/picture.el
+++ b/lisp/textmodes/picture.el
@@ -44,7 +44,7 @@ if necessary to attain exactly the specified column."
44 (delete-char -1) 44 (delete-char -1)
45 (indent-to col) 45 (indent-to col)
46 (move-to-column column)))) 46 (move-to-column column))))
47 ;; This call will go away when Emacs gets real horizonal autoscrolling 47 ;; This call will go away when Emacs gets real horizontal autoscrolling
48 (hscroll-point-visible))) 48 (hscroll-point-visible)))
49 49
50 50
@@ -57,7 +57,7 @@ If scan reaches end of buffer, stop there without error."
57 (interactive "P") 57 (interactive "P")
58 (if arg (forward-line (1- (prefix-numeric-value arg)))) 58 (if arg (forward-line (1- (prefix-numeric-value arg))))
59 (beginning-of-line) 59 (beginning-of-line)
60 ;; This call will go away when Emacs gets real horizonal autoscrolling 60 ;; This call will go away when Emacs gets real horizontal autoscrolling
61 (hscroll-point-visible)) 61 (hscroll-point-visible))
62 62
63(defun picture-end-of-line (&optional arg) 63(defun picture-end-of-line (&optional arg)
@@ -68,7 +68,7 @@ If scan reaches end of buffer, stop there without error."
68 (if arg (forward-line (1- (prefix-numeric-value arg)))) 68 (if arg (forward-line (1- (prefix-numeric-value arg))))
69 (beginning-of-line) 69 (beginning-of-line)
70 (skip-chars-backward " \t" (prog1 (point) (end-of-line))) 70 (skip-chars-backward " \t" (prog1 (point) (end-of-line)))
71 ;; This call will go away when Emacs gets real horizonal autoscrolling 71 ;; This call will go away when Emacs gets real horizontal autoscrolling
72 (hscroll-point-visible)) 72 (hscroll-point-visible))
73 73
74(defun picture-forward-column (arg) 74(defun picture-forward-column (arg)
@@ -238,7 +238,7 @@ always moves to the beginning of a line."
238 (end-of-line) 238 (end-of-line)
239 (if (eobp) (newline) (forward-char 1)) 239 (if (eobp) (newline) (forward-char 1))
240 (setq arg (1- arg)))) 240 (setq arg (1- arg))))
241 ;; This call will go away when Emacs gets real horizonal autoscrolling 241 ;; This call will go away when Emacs gets real horizontal autoscrolling
242 (hscroll-point-visible)) 242 (hscroll-point-visible))
243 243
244(defun picture-open-line (arg) 244(defun picture-open-line (arg)
@@ -248,7 +248,7 @@ With positive argument insert that many lines."
248 (save-excursion 248 (save-excursion
249 (end-of-line) 249 (end-of-line)
250 (open-line arg)) 250 (open-line arg))
251 ;; This call will go away when Emacs gets real horizonal autoscrolling 251 ;; This call will go away when Emacs gets real horizontal autoscrolling
252 (hscroll-point-visible)) 252 (hscroll-point-visible))
253 253
254(defun picture-duplicate-line () 254(defun picture-duplicate-line ()
diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el
index e1ed847ca79..6ebbe35654b 100644
--- a/lisp/textmodes/spell.el
+++ b/lisp/textmodes/spell.el
@@ -23,7 +23,7 @@
23 23
24;;; Commentary: 24;;; Commentary:
25 25
26;; This mode orovides an Emacs interface to the UNIX spell(1) program. 26;; This mode provides an Emacs interface to the UNIX spell(1) program.
27;; Entry points are `spell-buffer', `spell-word', `spell-region' and 27;; Entry points are `spell-buffer', `spell-word', `spell-region' and
28;; `spell-string'. These facilities are documented in the Emacs user's 28;; `spell-string'. These facilities are documented in the Emacs user's
29;; manual. 29;; manual.
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 199fc58bea9..e6db1dafcdf 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -520,7 +520,7 @@ and the location is displayed for a few seconds."
520 (or (tex-validate-region (point) end) 520 (or (tex-validate-region (point) end)
521 (progn 521 (progn
522 (push-mark (point)) 522 (push-mark (point))
523 (message "Mismatch found in pararaph starting here") 523 (message "Mismatch found in paragraph starting here")
524 (sit-for 4))))) 524 (sit-for 4)))))
525 (goto-char opoint)))) 525 (goto-char opoint))))
526 526
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el
index 20bbefcdb60..c45662132f2 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -431,7 +431,7 @@ converted to Info is stored in a temporary buffer."
431 431
432 432
433; 19 October 1990 433; 19 October 1990
434; @setfilename modifed to work with include files; see @include 434; @setfilename modified to work with include files; see @include
435; (defun texinfo-format-setfilename () 435; (defun texinfo-format-setfilename ()
436; (let ((arg (texinfo-parse-arg-discard))) 436; (let ((arg (texinfo-parse-arg-discard)))
437; (setq texinfo-format-filename 437; (setq texinfo-format-filename
@@ -1653,7 +1653,7 @@ If used within a line, follow `@minus' with braces."
1653;; In the original version, include files were ignored by Info but 1653;; In the original version, include files were ignored by Info but
1654;; incorporated in to the printed manual. To make references to the 1654;; incorporated in to the printed manual. To make references to the
1655;; included file, the Texinfo source file has to refer to the included 1655;; included file, the Texinfo source file has to refer to the included
1656;; files using the `(filename)nodename' format for refering to other 1656;; files using the `(filename)nodename' format for referring to other
1657;; Info files. Also, the included files had to be formatted on their 1657;; Info files. Also, the included files had to be formatted on their
1658;; own. It was just like they were another file. 1658;; own. It was just like they were another file.
1659 1659
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el
index a739826c4f2..dae1d6aa8c7 100644
--- a/lisp/textmodes/texnfo-upd.el
+++ b/lisp/textmodes/texnfo-upd.el
@@ -570,7 +570,7 @@ menus in the buffer (incorporating descriptions from pre-existing
570menus) before it constructs the master menu. 570menus) before it constructs the master menu.
571 571
572The function removes the detailed part of an already existing master 572The function removes the detailed part of an already existing master
573menu. This action depends on the pre-exisitng master menu using the 573menu. This action depends on the pre-existing master menu using the
574standard `texinfo-master-menu-header'. 574standard `texinfo-master-menu-header'.
575 575
576The master menu has the following format, which is adapted from the 576The master menu has the following format, which is adapted from the
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el
index b4b543f9a47..c4724687c2b 100644
--- a/lisp/textmodes/text-mode.el
+++ b/lisp/textmodes/text-mode.el
@@ -80,7 +80,7 @@ All the commands defined in Text mode are inherited unless overridden.")
80 80
81(if indented-text-mode-map 81(if indented-text-mode-map
82 () 82 ()
83 ;; Make different definintion for TAB before the one in text-mode-map, but 83 ;; Make different definition for TAB before the one in text-mode-map, but
84 ;; share the rest. 84 ;; share the rest.
85 (let ((newmap (make-sparse-keymap))) 85 (let ((newmap (make-sparse-keymap)))
86 (define-key newmap "\t" 'indent-relative) 86 (define-key newmap "\t" 'indent-relative)