summaryrefslogtreecommitdiff
path: root/lisp/rfn-eshadow.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-05-08 07:56:59 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-05-08 07:56:59 +0000
commit4cb05935890a3b52fa6344d11efe871a26ba7d74 (patch)
treefbfe1f671d22035ded963981d84da4ea274ada69 /lisp/rfn-eshadow.el
parent140dfd06deee28128494d3e4e9f5860fddb41f50 (diff)
downloademacs-4cb05935890a3b52fa6344d11efe871a26ba7d74.tar.gz
rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos in
docstring.
Diffstat (limited to 'lisp/rfn-eshadow.el')
-rw-r--r--lisp/rfn-eshadow.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el
index e88dc8f3aaf..cf4d1ea042d 100644
--- a/lisp/rfn-eshadow.el
+++ b/lisp/rfn-eshadow.el
@@ -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 a 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."