aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-10-12 20:57:36 +0000
committerRichard M. Stallman <[email protected]>1993-10-12 20:57:36 +0000
commit292297c66e228c4e87b8491b55ef6094a4167500 (patch)
treeeb0cd21d175ba6f980dd4189c00137f55b264005 /lisp/files.el
parent2f4e547fcb56c6f99c620370434d888cd81d7082 (diff)
(abbreviated-home-dir): Doc fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 063377b5e4..9e93d9800c 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -511,7 +511,7 @@ Choose the buffer's name using `generate-new-buffer-name'."
"Regexp to match the automounter prefix in a directory name.")
(defvar abbreviated-home-dir nil
- "The the user's homedir abbreviated according to `directory-abbrev-list'.")
+ "The user's homedir abbreviated according to `directory-abbrev-list'.")
(defun abbreviate-file-name (filename)
"Return a version of FILENAME shortened using `directory-abbrev-alist'.