aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2002-08-28 00:53:07 +0000
committerMiles Bader2002-08-28 00:53:07 +0000
commit49a42d13e4022aeeb324b82f0af88aa84a1e1bb7 (patch)
tree4b65f37b0c9347a5dd858a30cf3d0d7e056ee2d3
parent6309b0e19c7fd249fa3c59dfcf28562b75ede0d5 (diff)
downloademacs-49a42d13e4022aeeb324b82f0af88aa84a1e1bb7.tar.gz
emacs-49a42d13e4022aeeb324b82f0af88aa84a1e1bb7.zip
read-file-name-electric-shadow-mode -> file-name-shadow-mode
-rw-r--r--etc/NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9c882c0d886..7940d1f1c15 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
974modifies the way filenames being entered by the user in the minibuffer are 974filenames being entered by the user in the minibuffer are displayed, so
975displayed, so that it's clear when part of the entered filename will be 975that it's clear when part of the entered filename will be ignored due to
976ignored due to emacs' filename parsing rules. The ignored portion can be 976emacs' filename parsing rules. The ignored portion can be made dim,
977made dim, invisible, or otherwise less visually noticable. The display 977invisible, or otherwise less visually noticable. The display method may
978method may be displayed by customizing the variable 978be 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