aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/rfn-eshadow.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a97cea47e92..0fd79e4ceba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-05-08 Juanma Barranquero <lektu@terra.es>
2
3 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
4 in docstring.
5
12002-05-07 Colin Walters <walters@verbum.org> 62002-05-07 Colin Walters <walters@verbum.org>
2 7
3 * replace.el (occur-unfontify-region-function): Delete. 8 * replace.el (occur-unfontify-region-function): Delete.
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el
index e88dc8f3aaf..cf4d1ea042d 100644
--- a/lisp/rfn-eshadow.el
+++ b/lisp/rfn-eshadow.el
@@ -198,11 +198,11 @@ been set up by `rfn-eshadow-setup-minibuffer'."
198;;;###autoload 198;;;###autoload
199(define-minor-mode read-file-name-electric-shadow-mode 199(define-minor-mode read-file-name-electric-shadow-mode
200 "Toggle Read-File-Name Electric Shadow mode. 200 "Toggle Read-File-Name Electric Shadow mode.
201When active, any part of the a filename being read in the minibuffer 201When active, any part of the filename being read in the minibuffer
202that would be ignored because the result is passed through 202that would be ignored because the result is passed through
203`substitute-in-file-name' is given the properties in 203`substitute-in-file-name' is given the properties in
204`read-file-name-electric-shadow-properties', which can be used to make 204`read-file-name-electric-shadow-properties', which can be used to make
205that portion dim, invisible, or otherwise less visually noticable. 205that portion dim, invisible, or otherwise less visually noticeable.
206 206
207With prefix argument ARG, turn on if positive, otherwise off. 207With prefix argument ARG, turn on if positive, otherwise off.
208Returns non-nil if the new state is enabled." 208Returns non-nil if the new state is enabled."