# HG changeset patch # User Juanma Barranquero # Date 1020844619 0 # Node ID 3cb6d6563fba0a79cc4c300dad90e3eecd89ebd4 # Parent 2a245e4bdf594642ab1caf7b868ca1e6c6ebb3e6 rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos in docstring. diff -r 2a245e4bdf59 -r 3cb6d6563fba lisp/rfn-eshadow.el --- 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."