Skip to content

Commit

Permalink
fix symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Dec 29, 2024
1 parent 7600585 commit a1f1602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsl-ffi.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
(let ((x 5.0))
(message "J0(%s)=%s" x (gsl-sf-bessel-J0-v2 x)))

(describe-function "gsl-sf-bessel-J0-v2")
(describe-function 'gsl-sf-bessel-J0-v2)

0 comments on commit a1f1602

Please sign in to comment.