Mercurial > emacs
changeset 101166:bd632099967a
(bibtex-copy-field-as-kill): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 14 Jan 2009 08:00:46 +0000 |
parents | a22ed49b5bef |
children | a4d9fa835dc5 |
files | lisp/ChangeLog lisp/textmodes/bibtex.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rgm@gnu.org> + + * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix. + 2009-01-14 Juanma Barranquero <lekktu@gmail.com> * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
--- 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))