changeset 49241:05e79d32e0c7

(fast-lock-cache-name): Doc fix.
author Kim F. Storm <storm@cua.dk>
date Tue, 14 Jan 2003 22:36:40 +0000
parents 57542068b855
children b1f3f94fcefe
files lisp/fast-lock.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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: