aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/octave.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el
index 1803ea62c13..f128441a54e 100644
--- a/lisp/progmodes/octave.el
+++ b/lisp/progmodes/octave.el
@@ -1747,7 +1747,7 @@ sentence."
1747 (insert "\nRetry with ") 1747 (insert "\nRetry with ")
1748 (insert-text-button "'-all'" 1748 (insert-text-button "'-all'"
1749 'follow-link t 1749 'follow-link t
1750 'action #'(lambda (b) 1750 'action #'(lambda (_b)
1751 (octave-lookfor str '-all))) 1751 (octave-lookfor str '-all)))
1752 (insert ".\n")) 1752 (insert ".\n"))
1753 (octave-help-mode))))) 1753 (octave-help-mode)))))