]> git.eshelyaron.com Git - emacs.git/commitdiff
(bibtex-copy-field-as-kill): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 14 Jan 2009 08:00:46 +0000 (08:00 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 14 Jan 2009 08:00:46 +0000 (08:00 +0000)
lisp/ChangeLog
lisp/textmodes/bibtex.el

index f99721f3c832652d36c9e3d2db5c989d1e6355ac..08c3ef5fa3e1a910f0d4df22cb20764231f67cf7 100644 (file)
@@ -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
index 7725d9f69ec018583136bb44c1d3433cbfca2e1f..2b15c4b64b3bd33d163dfb659cc62ed70937d9b2 100644 (file)
@@ -4070,7 +4070,7 @@ but do not actually kill it.  Optional arg COMMA is as in
   (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))