comparison lisp/rfn-eshadow.el @ 41954:2c42542ebe83

(read-file-name-electric-shadow-mode): Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 11 Dec 2001 07:34:10 +0000
parents e6ba84d67359
children 89b76ba02505
comparison
equal deleted inserted replaced
41953:395d420d4f73 41954:2c42542ebe83
194 ;;; `define-minor-mode' actually calls the mode-function if the 194 ;;; `define-minor-mode' actually calls the mode-function if the
195 ;;; associated variable is non-nil, which requires that all needed 195 ;;; associated variable is non-nil, which requires that all needed
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
203 `read-file-name-electric-shadow-properties', which can be used to make 203 `read-file-name-electric-shadow-properties', which can be used to make
204 that portion dim, invisible, or otherwise less visually noticable. 204 that portion dim, invisible, or otherwise less visually noticable.