aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorEric S. Raymond1992-05-30 20:24:49 +0000
committerEric S. Raymond1992-05-30 20:24:49 +0000
commitd501f51645d966e8fe2febba698779996b33eb21 (patch)
tree6f8fb7b58342ab0125aecfd659e90e5b66c0ef28 /lisp/textmodes
parent76d7458ed90577d639dc71a5e100839d9a9ab13c (diff)
downloademacs-d501f51645d966e8fe2febba698779996b33eb21.tar.gz
emacs-d501f51645d966e8fe2febba698779996b33eb21.zip
*** empty log message ***
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/tex-mode.el4
-rw-r--r--lisp/textmodes/texinfmt.el5
-rw-r--r--lisp/textmodes/texinfo.el4
-rw-r--r--lisp/textmodes/texnfo-upd.el6
-rw-r--r--lisp/textmodes/text-mode.el5
-rw-r--r--lisp/textmodes/underline.el5
6 files changed, 18 insertions, 11 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index eb5ff51e932..bc92872d951 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -1,4 +1,5 @@
1;; TeX, LaTeX, and SliTeX mode commands. 1;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands.
2
2;; Copyright (C) 1985, 1986, 1989 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1989 Free Software Foundation, Inc.
3;; Rewritten following contributions by William F. Schelter 4;; Rewritten following contributions by William F. Schelter
4;; and Dick King (king@kestrel). 5;; and Dick King (king@kestrel).
@@ -803,3 +804,4 @@ Runs the shell command defined by tex-show-queue-command."
803 804
804(provide 'tex-mode) 805(provide 'tex-mode)
805 806
807;;; tex-mode.el ends here
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el
index 7d38045eb8c..f23ffbba7aa 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -1,5 +1,4 @@
1;;;; texinfmt.el 1;;;; texinfmt.el --- convert Texinfo files to Info files.
2;;;; Convert Texinfo files to Info files.
3 2
4;;;; Version 2.00 14 Dec 1990 3;;;; Version 2.00 14 Dec 1990
5 4
@@ -1819,3 +1818,5 @@ For example, invoke
1819 (message ">> %s" s)) 1818 (message ">> %s" s))
1820 (setq error 1)))) 1819 (setq error 1))))
1821 (kill-emacs error)))) 1820 (kill-emacs error))))
1821
1822;;; texinfmt.el ends here
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index edb72a8ed54..76cbc5b2a2b 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -1,5 +1,4 @@
1;;;; texinfo.el 1;;;; texinfo.el ---- major mode for editing Texinfo files.
2;;;; Major mode for editing Texinfo files.
3 2
4;;;; Version 2.00 14 Dec 1990 3;;;; Version 2.00 14 Dec 1990
5 4
@@ -413,3 +412,4 @@ Runs the shell command defined by tex-dvi-print-command."
413 412
414(provide 'texinfo) 413(provide 'texinfo)
415 414
415;;; texinfo.el ends here
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el
index 6954952ca61..377de8a6ab9 100644
--- a/lisp/textmodes/texnfo-upd.el
+++ b/lisp/textmodes/texnfo-upd.el
@@ -1,5 +1,4 @@
1;;;; texnfo-upd.el 1;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files.
2;;;; A utility for updating nodes and menus in Texinfo files.
3 2
4;;;; Version 2.00 14 Dec 1990 3;;;; Version 2.00 14 Dec 1990
5 4
@@ -1721,7 +1720,6 @@ chapter."
1721 included-file-list))))) 1720 included-file-list)))))
1722 (message "Multiple files updated.")) 1721 (message "Multiple files updated."))
1723 1722
1724;;;;;;;;;;;;;;;; end texnfo-upd.el ;;;;;;;;;;;;;;;;
1725
1726(provide 'texnfo-upd) 1723(provide 'texnfo-upd)
1727 1724
1725;;; texnfo-upd.el ends here
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el
index 39122d5e436..56a4ab59c59 100644
--- a/lisp/textmodes/text-mode.el
+++ b/lisp/textmodes/text-mode.el
@@ -1,4 +1,5 @@
1;; Text mode, and its ideosyncratic commands. 1;;; text-mode.el --- text mode, and its idiosyncratic commands.
2
2;; Copyright (C) 1985 Free Software Foundation, Inc. 3;; Copyright (C) 1985 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -148,3 +149,5 @@ the distance between the end of the text and `fill-column'."
148 (indent-to 149 (indent-to
149 (+ left-margin 150 (+ left-margin
150 (/ (- fill-column left-margin line-length) 2)))))) 151 (/ (- fill-column left-margin line-length) 2))))))
152
153;;; text-mode.el ends here
diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el
index 89edcfefe34..da341b2ab9c 100644
--- a/lisp/textmodes/underline.el
+++ b/lisp/textmodes/underline.el
@@ -1,4 +1,5 @@
1;; Insert or remove underlining (done by overstriking) in Emacs. 1;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs.
2
2;; Copyright (C) 1985 Free Software Foundation, Inc. 3;; Copyright (C) 1985 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -46,3 +47,5 @@ which specify the range to operate on."
46 (goto-char (min start end)) 47 (goto-char (min start end))
47 (while (re-search-forward "_\\|_" end1 t) 48 (while (re-search-forward "_\\|_" end1 t)
48 (delete-char -2))))) 49 (delete-char -2)))))
50
51;;; underline.el ends here