emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spell-fu 83890ae6d3 01/21: Cleanup: quiet quote warnings


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu 83890ae6d3 01/21: Cleanup: quiet quote warnings
Date: Sat, 7 Jan 2023 07:12:27 -0500 (EST)

branch: elpa/spell-fu
commit 83890ae6d32e1c3ce74e4b47b945a5b3293eb1aa
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]