]> git.eshelyaron.com Git - emacs.git/commitdiff
rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos in
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 8 May 2002 07:57:14 +0000 (07:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 8 May 2002 07:57:14 +0000 (07:57 +0000)
docstring.

lisp/ChangeLog
lisp/rfn-eshadow.el

index a97cea47e920634bf49d3a5a5d673d9e56ee2edb..0fd79e4cebaccbb32cd1b0a865b25133f652351e 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-08  Juanma Barranquero  <lektu@terra.es>
+
+       * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
+       in docstring.
+
 2002-05-07  Colin Walters  <walters@verbum.org>
 
        * replace.el (occur-unfontify-region-function): Delete.
index e88dc8f3aafbb9c5178cfe9d925e32acdfb43b4a..cf4d1ea042d539a6933a918479e0ffeafa4dc5ca 100644 (file)
@@ -198,11 +198,11 @@ been set up by `rfn-eshadow-setup-minibuffer'."
 ;;;###autoload
 (define-minor-mode read-file-name-electric-shadow-mode
   "Toggle Read-File-Name Electric Shadow mode.
-When active, any part of the filename being read in the minibuffer
+When active, any part of the filename being read in the minibuffer
 that would be ignored because the result is passed through
 `substitute-in-file-name' is given the properties in
 `read-file-name-electric-shadow-properties', which can be used to make
-that portion dim, invisible, or otherwise less visually noticable.
+that portion dim, invisible, or otherwise less visually noticeable.
 
 With prefix argument ARG, turn on if positive, otherwise off.
 Returns non-nil if the new state is enabled."