aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-02-08 21:05:11 +0000
committerRichard M. Stallman <[email protected]>1998-02-08 21:05:11 +0000
commit24c5a085d65642cfba1c558599756033e6038300 (patch)
treef34240bf94c7d1c01eebd03e645182c677d29f92 /lisp
parentb9a865859a3d592db221e4692925a969c1b91add (diff)
(bibtex-autokey-year-length): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index e462b8c27e..110846a2c9 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)