diff lisp/textmodes/bibtex.el @ 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 a9dc0e7c3f2b
children 680e69b3c8ed
line wrap: on
line diff
--- 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))