# HG changeset patch # User Richard M. Stallman # Date 886971911 0 # Node ID 2501e131622d6d1c15babff1554e13161fd1028b # Parent 7a730831aa0ece1650b6fe1b2e13144c978b990e (bibtex-autokey-year-length): Doc fix. diff -r 7a730831aa0e -r 2501e131622d lisp/textmodes/bibtex.el --- a/lisp/textmodes/bibtex.el Sun Feb 08 21:04:19 1998 +0000 +++ b/lisp/textmodes/bibtex.el Sun Feb 08 21:05:11 1998 +0000 @@ -524,7 +524,7 @@ :type 'string) (defcustom bibtex-autokey-year-length 2 - "*Number of rightmost digits from the year field yo incorporate into key. + "*Number of rightmost digits from the year field to incorporate into key. See the documentation of function `bibtex-generate-autokey' for details." :group 'bibtex-autokey :type 'integer)