comparison lisp/textmodes/ispell.el @ 37545:931c07edd6e3

(ispell-change-dictionary): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 03 May 2001 04:43:46 +0000
parents 71d360920aad
children b174db545cfd
comparison
equal deleted inserted replaced
37544:94c0503d3f2d 37545:931c07edd6e3
2299 "Change `ispell-dictionary' (q.v.) to DICT and kill old Ispell process. 2299 "Change `ispell-dictionary' (q.v.) to DICT and kill old Ispell process.
2300 A new one will be started as soon as necessary. 2300 A new one will be started as soon as necessary.
2301 2301
2302 By just answering RET you can find out what the current dictionary is. 2302 By just answering RET you can find out what the current dictionary is.
2303 2303
2304 With prefix argument, set the default directory." 2304 With prefix argument, set the default dictionary."
2305 (interactive 2305 (interactive
2306 (list (completing-read 2306 (list (completing-read
2307 "Use new dictionary (RET for current, SPC to complete): " 2307 "Use new dictionary (RET for current, SPC to complete): "
2308 (cons (cons "default" nil) ispell-dictionary-alist) nil t) 2308 (cons (cons "default" nil) ispell-dictionary-alist) nil t)
2309 current-prefix-arg)) 2309 current-prefix-arg))