diff options
| author | Karl Heuer | 1996-01-04 23:27:50 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-04 23:27:50 +0000 |
| commit | 2e282f9210b79dde95e534769efaae078c1b8db1 (patch) | |
| tree | d3dbb07540112a4ba7eb7064fe9a6401df5bc0f2 /lisp/textmodes | |
| parent | e675070f0ab5a405d462a8a141d4ba03db7c6c3b (diff) | |
| download | emacs-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.el | 8 |
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." | |||
| 1630 | Performs a binary search (therefore, buffer is assumed to be in sorted | 1630 | Performs a binary search (therefore, buffer is assumed to be in sorted |
| 1631 | order, without duplicates (see \\[bibtex-validate-buffer]), if it is | 1631 | order, without duplicates (see \\[bibtex-validate-buffer]), if it is |
| 1632 | not, bibtex-find-entry-location will fail). If entry-name is already | 1632 | not, bibtex-find-entry-location will fail). If entry-name is already |
| 1633 | used as a reference key, an error is signalled. However, if optional | 1633 | used as a reference key, an error is signaled. However, if optional |
| 1634 | variable IGNORE-DUPS is non-nil, no error messages about duplicate | 1634 | variable IGNORE-DUPS is non-nil, no error messages about duplicate |
| 1635 | entries are signalled, but the error handling is assumed to be made in | 1635 | entries are signaled, but the error handling is assumed to be made in |
| 1636 | the calling function. Nil is returned, if an duplicate entry error | 1636 | the calling function. Nil is returned, if an duplicate entry error |
| 1637 | occured, and t in all other cases." | 1637 | occurred, 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) |