aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/fast-lock.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/fast-lock.el b/lisp/fast-lock.el
index 40773787324..804b8df9245 100644
--- a/lisp/fast-lock.el
+++ b/lisp/fast-lock.el
@@ -534,13 +534,13 @@ See `fast-lock-cache-directories'."
534;; than one file would have the same cache name in that directory, if the luser 534;; than one file would have the same cache name in that directory, if the luser
535;; made a link from one relative cache directory to another. (Phew!) 535;; made a link from one relative cache directory to another. (Phew!)
536(defun fast-lock-cache-name (directory) 536(defun fast-lock-cache-name (directory)
537 "Return full cache path name using caching DIRECTORY. 537 "Return full cache file name using caching DIRECTORY.
538If DIRECTORY is `.', the path is the buffer file name appended with `.flc'. 538If DIRECTORY is `.', the file name is the buffer file name appended with `.flc'.
539Otherwise, the path name is constructed from DIRECTORY and the buffer's true 539Otherwise, the file name is constructed from DIRECTORY and the buffer's true
540abbreviated file name, with all `/' characters in the name replaced with `#' 540abbreviated file name, with all `/' characters in the name replaced with `#'
541characters, and appended with `.flc'. 541characters, and appended with `.flc'.
542 542
543If the same file has different cache path names when edited on different 543If the same file has different cache file names when edited on different
544machines, e.g., on one machine the cache file name has the prefix `#home', 544machines, e.g., on one machine the cache file name has the prefix `#home',
545perhaps due to automount, try putting in your `~/.emacs' something like: 545perhaps due to automount, try putting in your `~/.emacs' something like:
546 546