diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 6 insertions, 7 deletions
| @@ -970,13 +970,12 @@ item was added to the menu bar that makes it easy accessible | |||
| 970 | (Help->More Manuals->Introduction to Emacs Lisp). | 970 | (Help->More Manuals->Introduction to Emacs Lisp). |
| 971 | 971 | ||
| 972 | --- | 972 | --- |
| 973 | *** The new global minor mode `read-file-name-electric-shadow-mode' | 973 | *** The new global minor mode `file-name-shadow-mode' modifies the way |
| 974 | modifies the way filenames being entered by the user in the minibuffer are | 974 | filenames being entered by the user in the minibuffer are displayed, so |
| 975 | displayed, so that it's clear when part of the entered filename will be | 975 | that it's clear when part of the entered filename will be ignored due to |
| 976 | ignored due to emacs' filename parsing rules. The ignored portion can be | 976 | emacs' filename parsing rules. The ignored portion can be made dim, |
| 977 | made dim, invisible, or otherwise less visually noticable. The display | 977 | invisible, or otherwise less visually noticable. The display method may |
| 978 | method may be displayed by customizing the variable | 978 | be displayed by customizing the variable `file-name-shadow-properties'. |
| 979 | `read-file-name-electric-shadow-properties'. | ||
| 980 | 979 | ||
| 981 | --- | 980 | --- |
| 982 | *** The ruler-mode.el library provides a minor mode for displaying an | 981 | *** The ruler-mode.el library provides a minor mode for displaying an |