# HG changeset patch # User Kim F. Storm # Date 1042583800 0 # Node ID 05e79d32e0c769d5c54c643b37ff7a181a37593c # Parent 57542068b855aae623aff2d2cccd8c375f3318f9 (fast-lock-cache-name): Doc fix. diff -r 57542068b855 -r 05e79d32e0c7 lisp/fast-lock.el --- a/lisp/fast-lock.el Tue Jan 14 22:34:20 2003 +0000 +++ b/lisp/fast-lock.el Tue Jan 14 22:36:40 2003 +0000 @@ -534,13 +534,13 @@ ;; than one file would have the same cache name in that directory, if the luser ;; made a link from one relative cache directory to another. (Phew!) (defun fast-lock-cache-name (directory) - "Return full cache path name using caching DIRECTORY. -If DIRECTORY is `.', the path is the buffer file name appended with `.flc'. -Otherwise, the path name is constructed from DIRECTORY and the buffer's true + "Return full cache file name using caching DIRECTORY. +If DIRECTORY is `.', the file name is the buffer file name appended with `.flc'. +Otherwise, the file name is constructed from DIRECTORY and the buffer's true abbreviated file name, with all `/' characters in the name replaced with `#' characters, and appended with `.flc'. -If the same file has different cache path names when edited on different +If the same file has different cache file names when edited on different machines, e.g., on one machine the cache file name has the prefix `#home', perhaps due to automount, try putting in your `~/.emacs' something like: