We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1170e6f commit eff60ebCopy full SHA for eff60eb
helpful.el
@@ -2507,7 +2507,8 @@ the advice.")
2507
2508
(defun helpful--get-advice (sym)
2509
"Extract `advice' from SYM."
2510
- (helpful--extract-advice (let ((text-quoting-style 'grave)) (documentation sym t))))
+ (helpful--extract-advice (let ((text-quoting-style 'grave))
2511
+ (documentation sym t))))
2512
2513
(defun helpful--format-argument (arg)
2514
"Format ARG (a symbol) according to Emacs help conventions."
0 commit comments