branch: elpa/spell-fu commit 83890ae6d32e1c3ce74e4b47b945a5b3293eb1aa Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@gmail.com>
Cleanup: quiet quote warnings --- spell-fu.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spell-fu.el b/spell-fu.el index 75aef2d4a7..1d39ac5df2 100644 --- a/spell-fu.el +++ b/spell-fu.el @@ -207,7 +207,7 @@ Notes: (defun spell-fu--get-edit-candidate-dictionaries (word action) "Return dictionaries for which it make sense to perform ACTION on WORD. -ACTION is 'remove or 'add. Returned candidates are dictionaries +ACTION is `'remove' or `'add'. Returned candidates are dictionaries which support the operation, and correspondingly do / do not already contain WORD." (let @@ -1172,8 +1172,8 @@ Return t if the file was updated." (defun spell-fu--aspell-lang-from-dict (dict-name) "Return the language of a DICT-NAME or nil if identification fails. -Supports aspell alias dictionaries, e.g. 'german' or 'deutsch', -for 'de_DE' using Ispell's lookup routines. +Supports aspell alias dictionaries, e.g. \"german\" or \"deutsch\", +for \"de_DE\" using Ispell's lookup routines. The language is identified by looking for the data file associated with the dictionary." (unless ispell-aspell-dictionary-alist