+2008-04-05 Juanma Barranquero <lekktu@gmail.com>
+
+ * files.el (abort-if-file-too-large): Fix typo in docstring.
+
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (functionp): Return nil for special forms.
* calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
- * calendar/calendar.el (diary-hebrew-entry-symbol): Rename
- hebrew-diary-entry-symbol. Keep old name as alias.
+ * calendar/calendar.el (diary-hebrew-entry-symbol):
+ Rename hebrew-diary-entry-symbol. Keep old name as alias.
(diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
Keep old name as alias.
(diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
Rename all-christian-calendar-holidays. Update callers, keep old
name as alias.
(calendar-islamic-all-holidays-flag):
- Rename all-islamic-calendar-holidays. Update callers, keep old
+ Rename all-islamic-calendar-holidays. Update callers, keep old
name as alias.
(calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
Update callers, keep old name as alias.
:type '(choice integer (const :tag "Never request confirmation" nil)))
(defun abort-if-file-too-large (size op-type)
- "If file SIZE larger than LARGE-FILE-WARNING-THRESHOLD, allow user to abort.
+ "If file SIZE larger than `large-file-warning-threshold', allow user to abort.
OP-TYPE specifies the file operation being performed (for message to user)."
(when (and large-file-warning-threshold size
(> size large-file-warning-threshold)