comparison lisp/textmodes/ispell.el @ 41773:31e7749d1e1a

Doc fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 02 Dec 2001 07:17:00 +0000
parents acbdf8dbf6d4
children 9ad71f03b20b
comparison
equal deleted inserted replaced
41772:647a7868ae38 41773:31e7749d1e1a
413 ;;; This is the local dictionary to use. When nil the default dictionary will 413 ;;; This is the local dictionary to use. When nil the default dictionary will
414 ;;; be used. Change set-default call to use a new default dictionary. 414 ;;; be used. Change set-default call to use a new default dictionary.
415 (defcustom ispell-local-dictionary nil 415 (defcustom ispell-local-dictionary nil
416 "If non-nil, the dictionary to be used for Ispell commands. 416 "If non-nil, the dictionary to be used for Ispell commands.
417 The value must be a string dictionary name in `ispell-dictionary-alist'. 417 The value must be a string dictionary name in `ispell-dictionary-alist'.
418 This variable becomes buffer-local when set in any fashion.
419 418
420 Setting `ispell-local-dictionary' to a value has the same effect as 419 Setting `ispell-local-dictionary' to a value has the same effect as
421 calling \\[ispell-change-dictionary] with that value. This variable 420 calling \\[ispell-change-dictionary] with that value. This variable
422 is automatically set when defined in the file with either 421 is automatically set when defined in the file with either
423 `ispell-dictionary-keyword' or the Local Variable syntax. 422 `ispell-dictionary-keyword' or the Local Variable syntax.