diff options
Diffstat (limited to 'cape.el')
| -rw-r--r-- | cape.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ "Maximal number of completion candidates returned by `cape-dict'." :type '(choice (const nil) natnum)) +;; TODO bug#80071 file-local language. Add mechanism to locate dictionary file +;; based on file-local language variable. (defcustom cape-dict-file "/usr/share/dict/words" "Path to dictionary word list file. This variable can also be a list of paths or |
