summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:47:17 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:47:17 +0000
commit57c0cc4217d725fc20a9f5b54aaee28aef6c6301 (patch)
treea7e467af9ac3fc141e102c30bb382bb92f07cb23 /lisp/textmodes
parent9d86ee7fd1f7f34290047d210513f0774e65927b (diff)
downloademacs-57c0cc4217d725fc20a9f5b54aaee28aef6c6301.tar.gz
(r2b-additional-stop-words, capitalize-title-stop-words):
Doc fix.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/refbib.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el
index b43bb6c3f86..e329a8d6d65 100644
--- a/lisp/textmodes/refbib.el
+++ b/lisp/textmodes/refbib.el
@@ -49,7 +49,7 @@
; modified 2/23/89, include capitalize stop words in r2b stop words,
; fixed problems with contractions (e.g. it's),
; caught multiple stop words in a row
-; modified 3/1/89, fixed capitialize-title for first words all caps
+; modified 3/1/89, fixed capitalize-title for first words all caps
; modified 3/15/89, allow use of " to delimit fields
; modified 4/18/89, properly "quote" special characters on output
@@ -109,7 +109,7 @@ in `r2b-proceedings-list' (although it wouldn't cause an error).")
(defvar r2b-additional-stop-words
"Some\\|What"
- "Words other than the `capitialize-title-stop-words'
+ "Words other than the `capitalize-title-stop-words'
which are not to be used to build the citation key")
@@ -124,7 +124,7 @@ which are not to be used to build the citation key")
(concat
"the\\|and\\|of\\|is\\|a\\|an\\|of\\|for\\|in\\|to\\|in\\|on\\|at\\|"
"by\\|with\\|that\\|its")
- "Words not to be capitialized in a title (unless they are the first
+ "Words not to be capitalized in a title (unless they are the first
word in the title)")
(defvar capitalize-title-stop-regexp