# HG changeset patch # User Karl Heuer # Date 881707412 0 # Node ID 5e449f7584b25ab47df6bf6389327e3012bf6292 # Parent 4bcd559e2cb462843fe5fa7ecfb129f5a9052956 (bibtex-generate-autokey): Doc fix. diff -r 4bcd559e2cb4 -r 5e449f7584b2 lisp/textmodes/bibtex.el --- a/lisp/textmodes/bibtex.el Tue Dec 09 22:42:05 1997 +0000 +++ b/lisp/textmodes/bibtex.el Tue Dec 09 22:43:32 1997 +0000 @@ -1956,7 +1956,7 @@ the name field, determine the last name. If there are at most `bibtex-autokey-names' + `bibtex-autokey-names-stretch' names, all names are used. - 5. From every last name, take at least `bibtex-autokey-name-length' + 5. From each last name, take at least `bibtex-autokey-name-length' characters (abort only after a consonant or at a word end). 6. Unless `bibtex-autokey-preserve-case' is non-nil, convert all last names to lowercase letters.