aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-06-23 07:38:25 +0000
committerGlenn Morris2009-06-23 07:38:25 +0000
commit34995333ce7c664fe431cb383f2de054d76a818d (patch)
treed51adb37c6f97493d8300e9b2f152e8276071001
parentcc80ccee1f1ee13add6b466c2ca9d3bebac5eea9 (diff)
downloademacs-34995333ce7c664fe431cb383f2de054d76a818d.tar.gz
emacs-34995333ce7c664fe431cb383f2de054d76a818d.zip
(ispell-local-dictionary): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/textmodes/ispell.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ffa273ca874..25948b02375 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12009-06-23 Glenn Morris <rgm@gnu.org> 12009-06-23 Glenn Morris <rgm@gnu.org>
2 2
3 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
4
3 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations. 5 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
4 6
5 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): 7 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 83fce8a2e21..2f7b2e68fbd 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -488,7 +488,7 @@ default dictionary and LANG the two letter language code."
488The value must be a string dictionary name, 488The value must be a string dictionary name,
489or nil, which means use the global setting in `ispell-dictionary'. 489or nil, which means use the global setting in `ispell-dictionary'.
490Dictionary names are defined in `ispell-local-dictionary-alist' 490Dictionary names are defined in `ispell-local-dictionary-alist'
491and `ispell-dictionary-alist', 491and `ispell-dictionary-alist'.
492 492
493Setting `ispell-local-dictionary' to a value has the same effect as 493Setting `ispell-local-dictionary' to a value has the same effect as
494calling \\[ispell-change-dictionary] with that value. This variable 494calling \\[ispell-change-dictionary] with that value. This variable