]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/textmodes/ispell.el (ispell-complete-word): Remove FIXME.
authorEli Zaretskii <eliz@gnu.org>
Sun, 26 Nov 2023 11:23:14 +0000 (13:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 26 Nov 2023 11:23:14 +0000 (13:23 +0200)
lisp/textmodes/ispell.el

index 8fdf9a764aa8953103a7c44b13854eafb9eb71d6..4c3b22281bd29d5561a78a880311de223434c9b9 100644 (file)
@@ -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.