emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v
Date: Sat, 05 Apr 2008 21:10:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/04/05 21:10:34

Index: files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.968
retrieving revision 1.969
diff -u -b -r1.968 -r1.969
--- files.el    5 Apr 2008 12:03:23 -0000       1.968
+++ files.el    5 Apr 2008 21:10:34 -0000       1.969
@@ -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)




reply via email to

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