summaryrefslogtreecommitdiff
path: root/lisp/textmodes/bib-mode.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 13:30:45 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 13:30:45 +0000
commitdb95369be096960245dd38678f68464627698678 (patch)
tree13e3aa7b917b87ec343a8b0d053a9c3cb06c05d0 /lisp/textmodes/bib-mode.el
parenta1506d2977a8c2eb982ad0b59416009cdfaa6f51 (diff)
downloademacs-db95369be096960245dd38678f68464627698678.tar.gz
emacs-db95369be096960245dd38678f68464627698678.tar.bz2
emacs-db95369be096960245dd38678f68464627698678.zip
Trailing whitespace deleted.
Diffstat (limited to 'lisp/textmodes/bib-mode.el')
-rw-r--r--lisp/textmodes/bib-mode.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el
index b34f71ad437..82dd8cc785c 100644
--- a/lisp/textmodes/bib-mode.el
+++ b/lisp/textmodes/bib-mode.el
@@ -25,7 +25,7 @@
;;; Commentary:
;; GNU Emacs code to help maintain databases compatible with (troff)
-;; refer and lookbib. The file bib-file should be set to your
+;; refer and lookbib. The file bib-file should be set to your
;; bibliography file. Keys are automagically inserted as you type,
;; and appropriate keys are presented for various kinds of entries.
@@ -53,22 +53,22 @@
(define-key bib-mode-map "\e`" 'abbrev-mode)
(defun addbib ()
- "Set up editor to add to troff bibliography file specified
+ "Set up editor to add to troff bibliography file specified
by global variable `bib-file'. See description of `bib-mode'."
(interactive)
(find-file bib-file)
(goto-char (point-max))
(bib-mode)
)
-
+
(define-derived-mode bib-mode text-mode "Bib"
- "Mode for editing `lookbib' style bibliographies.
+ "Mode for editing `lookbib' style bibliographies.
Hit RETURN to get next % field key.
If you want to ignore this field, just hit RETURN again.
Use `text-mode' to turn this feature off.
journal papers: A* T D J V N P K W X
- articles in books & proceedings: A* T D B E* I C P K W X
+ articles in books & proceedings: A* T D B E* I C P K W X
tech reports: A* T D R I C K W X
books: A* T D I C K W X
@@ -78,7 +78,7 @@ A uthor T itle D ate J ournal
V olume N umber P age K eywords
B in book or proceedings E ditor C ity & state
I nstitution, school, or publisher
-R eport number or 'phd thesis' or 'masters thesis' or 'draft' or
+R eport number or 'phd thesis' or 'masters thesis' or 'draft' or
'unnumbered' or 'unpublished'
W here can be found locally (login name, or ailib, etc.)
X comments (not used in indexing)