diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/rfn-eshadow.el | 4 |
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 @@ | |||
| 1 | 2002-05-08 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos | ||
| 4 | in docstring. | ||
| 5 | |||
| 1 | 2002-05-07 Colin Walters <walters@verbum.org> | 6 | 2002-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. |
| 201 | When active, any part of the a filename being read in the minibuffer | 201 | When active, any part of the filename being read in the minibuffer |
| 202 | that would be ignored because the result is passed through | 202 | that 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 |
| 205 | that portion dim, invisible, or otherwise less visually noticable. | 205 | that portion dim, invisible, or otherwise less visually noticeable. |
| 206 | 206 | ||
| 207 | With prefix argument ARG, turn on if positive, otherwise off. | 207 | With prefix argument ARG, turn on if positive, otherwise off. |
| 208 | Returns non-nil if the new state is enabled." | 208 | Returns non-nil if the new state is enabled." |