changeset 4847:e7d8cfd205d4

(abbreviated-home-dir): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Oct 1993 20:57:36 +0000
parents df5046c4e18b
children 511c83aee4ae
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Tue Oct 12 05:02:22 1993 +0000
+++ b/lisp/files.el	Tue Oct 12 20:57:36 1993 +0000
@@ -511,7 +511,7 @@
   "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'.