diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-04 10:04:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-04 10:04:16 +0000 |
commit | 89bf74f828fc00e65e00ade6757bd08c50fc2f08 (patch) | |
tree | a941f6635e3f89aac27bb5f2b0942b3322ba9e0f /lisp | |
parent | 9e6856a7a4c07f3cb009768554e81624615c570c (diff) | |
download | emacs-89bf74f828fc00e65e00ade6757bd08c50fc2f08.tar.gz |
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 901e0a65f6b..e9ae0fb834f 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -676,7 +676,7 @@ The truename of a file name is found by chasing symbolic links both at the level of the file and at the level of the directories containing it, until no links are left at any level. -\(fn FILENAME)" +\(fn FILENAME)" ;; Don't document the optional arguments. ;; COUNTER and PREV-DIRS are only used in recursive calls. ;; COUNTER can be a cons cell whose car is the count of how many ;; more links to chase before getting an error. |