diff lisp/ChangeLog.6 @ 98444:e44273834265

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 01 Oct 2008 09:12:37 +0000
parents 36acd6af0772
children ce4ce31aa65a
line wrap: on
line diff
--- a/lisp/ChangeLog.6	Wed Oct 01 08:29:01 2008 +0000
+++ b/lisp/ChangeLog.6	Wed Oct 01 09:12:37 2008 +0000
@@ -1960,7 +1960,7 @@
 	functionality of bibtex-pop-previous and bibtex-pop-next.  Now,
 	bibtex-pop moves to the end of field after the pop.  Concatenated
 	strings are now handled correctly.  Delimiters are not added to
-	non-delimited entries.  Changed occurences of
+	non-delimited entries.  Changed occurrences of
 	bibtex-text-in-cfield to bibtex-text-in-field.
 	(bibtex-pop-previous, bibtex-pop-next): Call bibtex-pop.
 	(bibtex-complete-string): Fixed bug that removed delimiters
@@ -4520,7 +4520,7 @@
 	(bibtex-mode-map): Changed `move/edit' to `bibtex-edit'.
 
 	* bibtex.el (bibtex-sort-entries): Now works correctly with
-	`@String' entries inside BibTeX files (i.e. after the occurence of
+	`@String' entries inside BibTeX files (i.e. after the occurrence of
 	other references).
 	(bibtex-validate-buffer): Inserted code which looks if entries are
 	balanced (a single non-escaped quote inside braces was not
@@ -7219,7 +7219,7 @@
 
 	* bibtex.el: Add keywords and comments as per conventions.
 
-	* bibtex.el: Changed almost all occurences of buffer-substring to
+	* bibtex.el: Changed almost all occurrences of buffer-substring to
 	buffer-substring-no-properties..
 
 	* bibtex.el (bibtex-find-entry-location, bibtex-clean-entry):