aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/fast-lock.el
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2003-01-14 22:36:40 +0000
committerKim F. Storm <[email protected]>2003-01-14 22:36:40 +0000
commitadbb6feebb6798c38365261ac5ee2d1d6e52166e (patch)
tree21fb794071dc7c328d0a3c60409ab3fe3e3a200c /lisp/fast-lock.el
parent4dd14ef04310526fe86295b646f5c7872307fc25 (diff)
(fast-lock-cache-name): Doc fix.
Diffstat (limited to 'lisp/fast-lock.el')
-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 4077378732..804b8df924 100644
--- a/lisp/fast-lock.el
+++ b/lisp/fast-lock.el
@@ -534,13 +534,13 @@ See `fast-lock-cache-directories'."
;; 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: