]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/files.texi
Merge changes from emacs-24; up to 2012-04-26T02:03:19Z!ueno@unixuser.org
[gnu-emacs] / doc / lispref / files.texi
index 1c590b3a3e2b7822a29327c1a307a9abbf996a72..618569c3559957d5cc353b3b66f98154bf4e966f 100644 (file)
@@ -2950,7 +2950,8 @@ between consecutive checks.  For example:
   (let ((remote-file-name-inhibit-cache
          (- display-time-interval 5)))
     (and (file-exists-p file)
-         (< 0 (nth 7 (file-attributes (file-chase-links file)))))))
+         (< 0 (nth 7 (file-attributes
+                       (file-chase-links file)))))))
 @end example
 @end defopt