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

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

[nongnu] elpa/boxquote f4498f6e3e 17/31: Tweak off indentation


From: ELPA Syncer
Subject: [nongnu] elpa/boxquote f4498f6e3e 17/31: Tweak off indentation
Date: Sat, 1 Jan 2022 01:58:26 -0500 (EST)

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

    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)



reply via email to

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