Mercurial > emacs
changeset 45177:3cb6d6563fba
rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos in
docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 08 May 2002 07:56:59 +0000 |
parents | 2a245e4bdf59 |
children | 60646086b5d9 |
files | lisp/rfn-eshadow.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/rfn-eshadow.el Wed May 08 03:53:19 2002 +0000 +++ b/lisp/rfn-eshadow.el Wed May 08 07:56:59 2002 +0000 @@ -198,11 +198,11 @@ ;;;###autoload (define-minor-mode read-file-name-electric-shadow-mode "Toggle Read-File-Name Electric Shadow mode. -When active, any part of the a filename being read in the minibuffer +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 `read-file-name-electric-shadow-properties', which can be used to make -that portion dim, invisible, or otherwise less visually noticable. +that portion dim, invisible, or otherwise less visually noticeable. With prefix argument ARG, turn on if positive, otherwise off. Returns non-nil if the new state is enabled."