Mercurial > emacs
changeset 47034:820cb95c5776
Doc fix.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 26 Aug 2002 01:10:46 +0000 |
parents | f6d6e1b3e7b7 |
children | 58d2828adc19 |
files | lisp/rfn-eshadow.el |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/rfn-eshadow.el Sun Aug 25 17:43:29 2002 +0000 +++ b/lisp/rfn-eshadow.el Mon Aug 26 01:10:46 2002 +0000 @@ -207,10 +207,10 @@ ;;; functions be already defined. [This is arguably a bug in d-m-m] ;;;###autoload (define-minor-mode file-name-shadow-mode - "Toggle Read-File-Name Electric Shadow mode. -When active, any part of the filename being read in the minibuffer -that would be ignored because the result is passed through -`substitute-in-file-name' is given the properties in + "Toggle File-Name Shadow mode. +When active, any part of a filename being read in the minibuffer +that would be ignored (because the result is passed through +`substitute-in-file-name') is given the properties in `file-name-shadow-properties', which can be used to make that portion dim, invisible, or otherwise less visually noticeable. @@ -232,6 +232,7 @@ ;; backwards compatibility (make-obsolete 'read-file-name-electric-shadow-mode 'file-name-shadow-mode "21.4") +;;;###autoload (defalias 'read-file-name-electric-shadow-mode 'file-name-shadow-mode) (make-obsolete-variable 'read-file-name-electric-shadow-mode 'file-name-shadow-mode "21.4")