GNU bug report logs -
#13945
`abreviated-home-dir' isn't documented
Previous Next
Reported by: Xue Fuqiao <xfq.free <at> gmail.com>
Date: Wed, 13 Mar 2013 07:59:01 UTC
Severity: minor
Tags: notabug
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
Message #8 received at 13945 <at> debbugs.gnu.org (full text, mbox):
tags 13945 notabug
close 13945
quit
Xue Fuqiao <xfq.free <at> gmail.com> writes:
> In the source code of `command-line':
>
> ;; Force recomputation, in case it was computed during the dump.
> (setq abbreviated-home-dir nil)
>
> The variable `abbreviated-home-dir' (which is defined in files.el) is
> not documented in elisp manual. (Maybe there isn't a need?)
It doesn't need to be documented in the elisp manual, the docstring
should be enough.
> BTW what does the expression above do? I had searched loadup.el and
> some other files in `lisp/', but I didn't find anything useful.
It forces abbreviated-home-dir to be recomputed next time
abbreviate-file-name is called.
(defun abbreviate-file-name (filename)
...
(or abbreviated-home-dir
(setq abbreviated-home-dir
...
This bug report was last modified 8 years and 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.