Skip to content

Commit eff60eb

Browse files
committed
Shorten long line
1 parent 1170e6f commit eff60eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helpful.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,8 @@ the advice.")
25072507

25082508
(defun helpful--get-advice (sym)
25092509
"Extract `advice' from SYM."
2510-
(helpful--extract-advice (let ((text-quoting-style 'grave)) (documentation sym t))))
2510+
(helpful--extract-advice (let ((text-quoting-style 'grave))
2511+
(documentation sym t))))
25112512

25122513
(defun helpful--format-argument (arg)
25132514
"Format ARG (a symbol) according to Emacs help conventions."

0 commit comments

Comments
 (0)