From d293492f094cf563873ba4b362a3ce9d538964ef Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Tue, 8 Nov 2011 03:13:06 +0530 Subject: [PATCH] org-exp.el (org-export-push-to-kill-ring): Minor fix to docstring --- lisp/org-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index e8ad0b9d0..911188772 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -3286,7 +3286,7 @@ If yes remove the column and the special lines." (defun org-export-push-to-kill-ring (format) "Push buffer content to kill ring. -The depends on the variable `org-export-copy-to-kill'." +The depends on the variable `org-export-copy-to-kill-ring'." (when org-export-copy-to-kill-ring (org-kill-new (buffer-string)) (when (fboundp 'x-set-selection) -- 2.11.4.GIT