emacs-diffs
[Top][All Lists]
Advanced

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

master e5a9f3371d1: ; * lisp/textmodes/ispell.el (ispell-complete-word):


From: Eli Zaretskii
Subject: master e5a9f3371d1: ; * lisp/textmodes/ispell.el (ispell-complete-word): Remove FIXME.
Date: Sun, 26 Nov 2023 06:23:52 -0500 (EST)

branch: master
commit e5a9f3371d15a0d0e35178c26caf32f76ff83ade
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/textmodes/ispell.el (ispell-complete-word): Remove FIXME.
---
 lisp/textmodes/ispell.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 8fdf9a764aa..4c3b22281bd 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -3718,7 +3718,6 @@ This command uses a word-list file specified
 by `ispell-alternate-dictionary' or by `ispell-complete-word-dict';
 if none of those name an existing word-list file, this command
 signals an error."
-  ;; FIXME: completion-at-point-function.
   (interactive "P")
   (let ((case-fold-search-val case-fold-search)
        (word (ispell-get-word nil "\\*")) ; force "previous-word" processing.



reply via email to

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