emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/fixit.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/fixit.texi
Date: Thu, 15 Aug 2002 16:29:19 -0400

Index: emacs/man/fixit.texi
diff -c emacs/man/fixit.texi:1.10 emacs/man/fixit.texi:1.11
*** emacs/man/fixit.texi:1.10   Tue Jun  4 12:32:55 2002
--- emacs/man/fixit.texi        Thu Aug 15 16:29:19 2002
***************
*** 319,332 ****
  process uses no time except when you do spelling correction.
  
  @vindex ispell-dictionary
!   Ispell uses two dictionaries: the standard dictionary and your private
! dictionary.  The variable @code{ispell-dictionary} specifies the file
! name of the standard dictionary to use.  A value of @code{nil} says to
! use the default dictionary.  The command @kbd{M-x
! ispell-change-dictionary} sets this variable and then restarts the
! Ispell subprocess, so that it will use a different dictionary.
  
  @vindex ispell-complete-word-dict
!   The dictionary used by @code{ispell-complete-word} can be
! customized separately by setting the value of the variable
! @code{ispell-complete-word-dict}.
--- 319,336 ----
  process uses no time except when you do spelling correction.
  
  @vindex ispell-dictionary
!   Ispell uses two dictionaries together for spell checking: the
! standard dictionary and your private dictionary.  The variable
! @code{ispell-dictionary} specifies the file name to use for the
! standard dictionary; a value of @code{nil} selects the default
! dictionary.  The command @kbd{M-x ispell-change-dictionary} sets this
! variable and then restarts the Ispell subprocess, so that it will use
! a different standard dictionary.
  
  @vindex ispell-complete-word-dict
!   Ispell uses a separate dictionary for word completion.  The variable
! @code{ispell-complete-word-dict} specifies the file name of this
! dictionary.  The completion dictionary must be different because it
! cannot use employ root and affix information.  For some languages
! there is a spell checking dictionary but no word completion
! dictionary.




reply via email to

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