diff options
author | Miles Bader <miles@gnu.org> | 2002-08-26 01:10:46 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2002-08-26 01:10:46 +0000 |
commit | 1ced831dcc52589548399df471d7767182a49a87 (patch) | |
tree | 5ee63a0785bb51179767908d6f219d0e40698292 /lisp/rfn-eshadow.el | |
parent | 5cb724f0672f9a3ca0e962dae13e220a4ae3c3c1 (diff) | |
download | emacs-1ced831dcc52589548399df471d7767182a49a87.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/rfn-eshadow.el')
-rw-r--r-- | lisp/rfn-eshadow.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 99519295133..33640e93a84 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -207,10 +207,10 @@ been set up by `rfn-eshadow-setup-minibuffer'." ;;; 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 @@ Returns non-nil if the new state is enabled." ;; 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") |