aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorStefan Kangas2022-12-26 10:43:57 +0100
committerStefan Kangas2022-12-31 12:43:32 +0100
commit9292f595a71870eec1ffdfd187b859cc990c2f0b (patch)
tree1068180db18bc10359ed9e18dd7616ce6072923e /lisp/textmodes
parent43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff)
downloademacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz
emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.zip
; Fix typos
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 23909742889..9dec998f7ee 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -4093,7 +4093,7 @@ move point to the beginning of buffer. Return the new location of point."
4093 (interactive) 4093 (interactive)
4094 (beginning-of-line) 4094 (beginning-of-line)
4095 ;; `bibtex-any-valid-entry-type' would fail if users "disable" 4095 ;; `bibtex-any-valid-entry-type' would fail if users "disable"
4096 ;; an entry by chosing an invalid entry type. 4096 ;; an entry by choosing an invalid entry type.
4097 (or (looking-at bibtex-any-entry-maybe-empty-head) 4097 (or (looking-at bibtex-any-entry-maybe-empty-head)
4098 (re-search-backward bibtex-any-entry-maybe-empty-head nil 'move)) 4098 (re-search-backward bibtex-any-entry-maybe-empty-head nil 'move))
4099 (point)) 4099 (point))