# HG changeset patch # User Glenn Morris # Date 1231920046 0 # Node ID bd632099967ae72688fb7323d67de1e011b81811 # Parent a22ed49b5befa57628b2a48581dd2e2dc1e24dce (bibtex-copy-field-as-kill): Doc fix. diff -r a22ed49b5bef -r bd632099967a lisp/ChangeLog --- a/lisp/ChangeLog Wed Jan 14 07:51:26 2009 +0000 +++ b/lisp/ChangeLog Wed Jan 14 08:00:46 2009 +0000 @@ -1,3 +1,7 @@ +2009-01-14 Glenn Morris + + * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix. + 2009-01-14 Juanma Barranquero * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude diff -r a22ed49b5bef -r bd632099967a lisp/textmodes/bibtex.el --- a/lisp/textmodes/bibtex.el Wed Jan 14 07:51:26 2009 +0000 +++ b/lisp/textmodes/bibtex.el Wed Jan 14 08:00:46 2009 +0000 @@ -4070,7 +4070,7 @@ (setq bibtex-last-kill-command 'field)) (defun bibtex-copy-field-as-kill (&optional comma) - "Copy the BibTeX field at point to the kill ring. + "Copy the BibTeX field at point to `bibtex-field-kill-ring'. Optional arg COMMA is as in `bibtex-enclosing-field'. It is t for interactive calls." (interactive (list t))