aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPaul Eggert2011-12-21 01:58:39 -0800
committerPaul Eggert2011-12-21 01:58:39 -0800
commit6196cffecf7dcc2a777025137db6ab77ff45a105 (patch)
tree1e013215fbbeafa1c35d84ae8524c66e7ccdfe3f /lisp/textmodes
parentd3098e1ec618fc043568be481b487f3bf7689bad (diff)
downloademacs-6196cffecf7dcc2a777025137db6ab77ff45a105.tar.gz
emacs-6196cffecf7dcc2a777025137db6ab77ff45a105.zip
Spelling fixes.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/remember.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el
index 07a4fae9c30..c184a90dfc2 100644
--- a/lisp/textmodes/remember.el
+++ b/lisp/textmodes/remember.el
@@ -474,7 +474,7 @@ If this is nil, then `diary-file' will be used instead."
474 (replace-match 474 (replace-match
475 (let ((style (if (boundp 'calendar-date-style) 475 (let ((style (if (boundp 'calendar-date-style)
476 calendar-date-style 476 calendar-date-style
477 ;; Don't complain about obsoleteness. 477 ;; Don't complain about obsolescence.
478 (if (with-no-warnings european-calendar-style) 478 (if (with-no-warnings european-calendar-style)
479 'european 479 'european
480 'american)))) 480 'american))))