branch: elpa/boxquote
commit f4498f6e3e461a7ca60110fa1c1e86f57f9f93b3
Author: Dave Pearson <[email protected]>
Commit: Dave Pearson <[email protected]>
Tweak off indentation
---
boxquote.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/boxquote.el b/boxquote.el
index 619ace8a61..e63d632de5 100644
--- a/boxquote.el
+++ b/boxquote.el
@@ -419,11 +419,11 @@ ITEM is a function for retrieving the item to get help
on."
(interactive
(list
(completing-read "Describe function: " obarray 'fboundp t nil nil)))
- (boxquote-text
- (save-window-excursion
- (substring-no-properties
- (describe-function (intern function)))))
- (boxquote-title (format boxquote-describe-function-title-format function)))
+ (boxquote-text
+ (save-window-excursion
+ (substring-no-properties
+ (describe-function (intern function)))))
+ (boxquote-title (format boxquote-describe-function-title-format function)))
;;;###autoload
(defun boxquote-describe-variable (variable)