# HG changeset patch # User Miles Bader # Date 1030324246 0 # Node ID 820cb95c5776c8a7596972d8b97175ff17a9f7ac # Parent f6d6e1b3e7b71081dde9f3e476bcec0b01b40ba0 Doc fix. diff -r f6d6e1b3e7b7 -r 820cb95c5776 lisp/rfn-eshadow.el --- 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")