emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog textmodes/ispell.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog textmodes/ispell.el
Date: Tue, 23 Jun 2009 07:38:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/06/23 07:38:28

Modified files:
        lisp           : ChangeLog 
        lisp/textmodes : ispell.el 

Log message:
        (ispell-local-dictionary): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15724&r2=1.15725
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/textmodes/ispell.el?cvsroot=emacs&r1=1.250&r2=1.251

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15724
retrieving revision 1.15725
diff -u -b -r1.15724 -r1.15725
--- ChangeLog   23 Jun 2009 07:34:28 -0000      1.15724
+++ ChangeLog   23 Jun 2009 07:38:25 -0000      1.15725
@@ -1,5 +1,7 @@
 2009-06-23  Glenn Morris  <address@hidden>
 
+       * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
+
        * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
 
        * calendar/cal-dst.el (calendar-time-zone-daylight-rules):

Index: textmodes/ispell.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/ispell.el,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -b -r1.250 -r1.251
--- textmodes/ispell.el 9 Jun 2009 13:21:51 -0000       1.250
+++ textmodes/ispell.el 23 Jun 2009 07:38:27 -0000      1.251
@@ -488,7 +488,7 @@
 The value must be a string dictionary name,
 or nil, which means use the global setting in `ispell-dictionary'.
 Dictionary names are defined in `ispell-local-dictionary-alist'
-and `ispell-dictionary-alist',
+and `ispell-dictionary-alist'.
 
 Setting `ispell-local-dictionary' to a value has the same effect as
 calling \\[ispell-change-dictionary] with that value.  This variable




reply via email to

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