aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorKarl Heuer1996-01-04 23:27:50 +0000
committerKarl Heuer1996-01-04 23:27:50 +0000
commit2e282f9210b79dde95e534769efaae078c1b8db1 (patch)
treed3dbb07540112a4ba7eb7064fe9a6401df5bc0f2 /lisp/textmodes
parente675070f0ab5a405d462a8a141d4ba03db7c6c3b (diff)
downloademacs-2e282f9210b79dde95e534769efaae078c1b8db1.tar.gz
emacs-2e282f9210b79dde95e534769efaae078c1b8db1.zip
(bibtex-generate-autokey, bibtex-find-entry-location):
Doc fix.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/bibtex.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index a84d5f10afc..cf888c49a38 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -969,7 +969,7 @@ The generation algorithm works as follows:
969 `bibtex-autokey-titleword-change-strings' to the corresponding 969 `bibtex-autokey-titleword-change-strings' to the corresponding
970 new one (see documentation of this variable for further detail). 970 new one (see documentation of this variable for further detail).
971 8. Abbreviate the result to the string up to (but not including) the 971 8. Abbreviate the result to the string up to (but not including) the
972 first occurence of a regexp matched by the items of 972 first occurrence of a regexp matched by the items of
973 `bibtex-autokey-title-terminators' and delete the first 973 `bibtex-autokey-title-terminators' and delete the first
974 word if it appears in `bibtex-autokey-titleword-first-ignore'. 974 word if it appears in `bibtex-autokey-titleword-first-ignore'.
975 Build the title part of the key by using at least the first 975 Build the title part of the key by using at least the first
@@ -1630,11 +1630,11 @@ ignored."
1630Performs a binary search (therefore, buffer is assumed to be in sorted 1630Performs a binary search (therefore, buffer is assumed to be in sorted
1631order, without duplicates (see \\[bibtex-validate-buffer]), if it is 1631order, without duplicates (see \\[bibtex-validate-buffer]), if it is
1632not, bibtex-find-entry-location will fail). If entry-name is already 1632not, bibtex-find-entry-location will fail). If entry-name is already
1633used as a reference key, an error is signalled. However, if optional 1633used as a reference key, an error is signaled. However, if optional
1634variable IGNORE-DUPS is non-nil, no error messages about duplicate 1634variable IGNORE-DUPS is non-nil, no error messages about duplicate
1635entries are signalled, but the error handling is assumed to be made in 1635entries are signaled, but the error handling is assumed to be made in
1636the calling function. Nil is returned, if an duplicate entry error 1636the calling function. Nil is returned, if an duplicate entry error
1637occured, and t in all other cases." 1637occurred, and t in all other cases."
1638 (let* ((left 1638 (let* ((left
1639 (progn 1639 (progn
1640 (beginning-of-first-bibtex-entry) 1640 (beginning-of-first-bibtex-entry)