diff options
| author | John Wiegley <jwiegley@gmail.com> | 2016-12-22 08:56:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-22 08:56:16 -0800 |
| commit | 4b7f4e525d07e435e3aa1590f0286f30d2ce65a8 (patch) | |
| tree | 4b045cc4e9f8a20e319048f5c710581de369f210 /chess-gnuchess.el | |
| parent | 27f7bd75f2f5cc60a96af6e116381af7c8439d72 (diff) | |
| parent | cac198c9bd8dfac53c26b5e42b21d465b35c8ac4 (diff) | |
Merge pull request #11 from tychobrailleur/master
Fix typo in option docstring
Diffstat (limited to 'chess-gnuchess.el')
| -rw-r--r-- | chess-gnuchess.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-gnuchess.el b/chess-gnuchess.el index 81d7152..f56f4f8 100644 --- a/chess-gnuchess.el +++ b/chess-gnuchess.el @@ -25,7 +25,7 @@ (require 'chess-fen) (defgroup chess-gnuchess nil - "The publically available chess engine 'gnuchess'." + "The publicly available chess engine 'gnuchess'." :group 'chess-engine) (defcustom chess-gnuchess-path (let ((exec-path (cons "/usr/games" exec-path))) |
