From 3b7bd43479a4f7afc933afefe217170e277bda0e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 7 Jan 2015 23:13:38 -0500 Subject: Fix some docstrings --- lisp/init-text.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lisp/init-text.el') diff --git a/lisp/init-text.el b/lisp/init-text.el index ca14174..2a4e3cd 100644 --- a/lisp/init-text.el +++ b/lisp/init-text.el @@ -5,11 +5,12 @@ (defun km/export-wrapped-text (arg) "Export the text in current buffer as wrapped text. + This is useful for preparing text in emacs and then exporting to a wrapped buffer for pasting text (e.g., into a web form). -If region is active, export is restricted to the region. If ARG -is non-nil, the region is copied with `x-select-text'." +If region is active, restrict export to the region. If ARG is +non-nil, copy the region with `x-select-text'." (interactive "P") (let ((wrapped-buffer (get-buffer-create "*Wrapped export*")) beg end) -- cgit v1.2.3