diff options
| -rw-r--r-- | chess-puzzle.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-puzzle.el b/chess-puzzle.el index 5cff25c..557a0b1 100644 --- a/chess-puzzle.el +++ b/chess-puzzle.el @@ -74,7 +74,7 @@ it. Useful if you have all of your puzzles in a single file." (end-of-puzzles . "There are no more puzzles in this collection"))) ;;;###autoload -(defun chess-puzzle-set-defualt-file (file) +(defun chess-puzzle-set-default-file (file) "Set the default puzzle file to FILE for the current session. Useful mostly if you use `chess-puzzle-autoload-file'." |
