diff options
| author | Juanma Barranquero | 2006-11-06 02:41:01 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-06 02:41:01 +0000 |
| commit | 82db92834656b640fdc5c622b3f9c5a2a9aa94b1 (patch) | |
| tree | 483a5f5955bc4acfde1f670c4117b17714d049ed | |
| parent | 7ad8d84e914d141356966946471568135006bc6b (diff) | |
| download | emacs-82db92834656b640fdc5c622b3f9c5a2a9aa94b1.tar.gz emacs-82db92834656b640fdc5c622b3f9c5a2a9aa94b1.zip | |
(file-name-shadow-tty-properties): Fix typo in docstring.
| -rw-r--r-- | lisp/rfn-eshadow.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index e8f0ab74caa..8e580039273 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el | |||
| @@ -106,8 +106,8 @@ If Emacs is not running under a window system, | |||
| 106 | (defcustom file-name-shadow-tty-properties | 106 | (defcustom file-name-shadow-tty-properties |
| 107 | '(before-string "{" after-string "} " field shadow) | 107 | '(before-string "{" after-string "} " field shadow) |
| 108 | "Properties given to the `shadowed' part of a filename in the minibuffer. | 108 | "Properties given to the `shadowed' part of a filename in the minibuffer. |
| 109 | Only used when `file-name-shadow-mode' is active and emacs | 109 | Only used when `file-name-shadow-mode' is active and Emacs |
| 110 | is not running under a window-system; if emacs is running under a window | 110 | is not running under a window-system; if Emacs is running under a window |
| 111 | system, `file-name-shadow-properties' is used instead." | 111 | system, `file-name-shadow-properties' is used instead." |
| 112 | :type file-name-shadow-properties-custom-type | 112 | :type file-name-shadow-properties-custom-type |
| 113 | :group 'minibuffer | 113 | :group 'minibuffer |