From b2c8e6ab5ac16566fc7a5ecdf529bd78fd5aef7c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 8 May 2002 07:57:14 +0000 Subject: [PATCH] rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos in docstring. --- lisp/ChangeLog | 5 +++++ lisp/rfn-eshadow.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a97cea47e9..0fd79e4ceb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-05-08 Juanma Barranquero + + * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos + in docstring. + 2002-05-07 Colin Walters * replace.el (occur-unfontify-region-function): Delete. diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index e88dc8f3aa..cf4d1ea042 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -198,11 +198,11 @@ been set up by `rfn-eshadow-setup-minibuffer'." ;;;###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." -- 2.20.1