diff options
| -rw-r--r-- | lisp/rfn-eshadow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index a478a72f3d4..827708255ed 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el | |||
| @@ -196,7 +196,7 @@ been set up by `rfn-eshadow-setup-minibuffer'." | |||
| 196 | ;;; functions be already defined. [This is arguably a bug in d-m-m] | 196 | ;;; functions be already defined. [This is arguably a bug in d-m-m] |
| 197 | ;;;###autoload | 197 | ;;;###autoload |
| 198 | (define-minor-mode read-file-name-electric-shadow-mode | 198 | (define-minor-mode read-file-name-electric-shadow-mode |
| 199 | "Toggle Read-File-Name Electric Shadow mode | 199 | "Toggle Read-File-Name Electric Shadow mode. |
| 200 | When active, any part of the a filename being read in the minibuffer | 200 | When active, any part of the a filename being read in the minibuffer |
| 201 | that would be ignored because the result is passed through | 201 | that would be ignored because the result is passed through |
| 202 | `substitute-in-file-name' is given the properties in | 202 | `substitute-in-file-name' is given the properties in |