branch: elpa/boxquote
commit 775c3be4290a6894e35e7fe29709d6525dc3440d
Author: Dave Pearson <da...@davep.org>
Commit: Dave Pearson <da...@davep.org>

    Doc string updates
---
 boxquote.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/boxquote.el b/boxquote.el
index 4708d7eb47..23a22bad98 100644
--- a/boxquote.el
+++ b/boxquote.el
@@ -389,7 +389,9 @@ whatever `boxquote-kill-ring-save-title' returned at the 
time."
 
 ;;;###autoload
 (defun boxquote-describe-function (function)
-  "Call `describe-function' and boxquote the output into the current buffer."
+  "Call `describe-function' and boxquote the output into the current buffer.
+
+FUNCTION is the function to describe."
   (interactive
    (list
     (completing-read "Describe function: " obarray 'fboundp t nil nil)))
@@ -401,7 +403,9 @@ whatever `boxquote-kill-ring-save-title' returned at the 
time."
 
 ;;;###autoload
 (defun boxquote-describe-variable (variable)
-  "Call `describe-variable' and boxquote the output into the current buffer."
+  "Call `describe-variable' and boxquote the output into the current buffer.
+
+VARIABLE is the variable to describe."
   (interactive
    (list
     (completing-read "Describe variable: " obarray

Reply via email to