# HG changeset patch # User Juanma Barranquero # Date 1207429834 0 # Node ID 63ab93d290d1f9785a8c7156a67b49eb391ea2af # Parent 074f3abdee882e7978b8bde9b09151fb5e333083 (abort-if-file-too-large): Fix typo in docstring. diff -r 074f3abdee88 -r 63ab93d290d1 lisp/files.el --- a/lisp/files.el Sat Apr 05 21:08:50 2008 +0000 +++ b/lisp/files.el Sat Apr 05 21:10:34 2008 +0000 @@ -1508,7 +1508,7 @@ :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)