summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.6
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-10-01 09:12:37 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-10-01 09:12:37 +0000
commit183080b610ce4d3385d272aa26b61f3a54f7a9af (patch)
tree23cec0c26976cad35c9e3da380161d9945c31b95 /lisp/ChangeLog.6
parentca311e4261c746b9c7f3e48029cf56423fe6757e (diff)
downloademacs-183080b610ce4d3385d272aa26b61f3a54f7a9af.tar.gz
Fix typos.
Diffstat (limited to 'lisp/ChangeLog.6')
-rw-r--r--lisp/ChangeLog.66
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6
index 6974591950c..1852e6ea2e2 100644
--- a/lisp/ChangeLog.6
+++ b/lisp/ChangeLog.6
@@ -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):