From: Richard M. Stallman Date: Sun, 8 Feb 1998 21:05:11 +0000 (+0000) Subject: (bibtex-autokey-year-length): Doc fix. X-Git-Tag: emacs-20.3~2208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24c5a085d65642cfba1c558599756033e6038300;p=emacs.git (bibtex-autokey-year-length): Doc fix. --- diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index e462b8c27e3..110846a2c94 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -524,7 +524,7 @@ See the documentation of function `bibtex-generate-autokey' for details." :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)