Small fix to last change

This commit is contained in:
Leo Liu 2013-10-25 08:52:26 +08:00
parent 6408a65db5
commit 3eb91f7bf7

View file

@ -1747,7 +1747,7 @@ sentence."
(insert "\nRetry with ")
(insert-text-button "'-all'"
'follow-link t
'action #'(lambda (b)
'action #'(lambda (_b)
(octave-lookfor str '-all)))
(insert ".\n"))
(octave-help-mode)))))