emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/boxquote 775c3be429 19/31: Doc string updates


From: ELPA Syncer
Subject: [nongnu] elpa/boxquote 775c3be429 19/31: Doc string updates
Date: Sat, 1 Jan 2022 01:58:26 -0500 (EST)

branch: elpa/boxquote
commit 775c3be4290a6894e35e7fe29709d6525dc3440d
Author: Dave Pearson <davep@davep.org>
Commit: Dave Pearson <davep@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

[Prev in Thread] Current Thread [Next in Thread]