Mercurial > emacs
changeset 20866:2501e131622d
(bibtex-autokey-year-length): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 08 Feb 1998 21:05:11 +0000 |
parents | 7a730831aa0e |
children | fccf74829150 |
files | lisp/textmodes/bibtex.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)