diff options
| author | Michael Albinus | 2019-04-25 22:49:03 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-04-25 22:49:03 +0200 |
| commit | 25a2ff72d09dfedc3803984cd1744c982de1c709 (patch) | |
| tree | 5c63b060803ceb813ba83550ede7196378299fd0 | |
| parent | 9ec18fbd560526ab19c6171aff15995d1307233e (diff) | |
| download | emacs-25a2ff72d09dfedc3803984cd1744c982de1c709.tar.gz emacs-25a2ff72d09dfedc3803984cd1744c982de1c709.zip | |
; Add missing space in custom.texi
| -rw-r--r-- | doc/emacs/custom.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 3f660fe9a28..b07362f3cea 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -1329,7 +1329,7 @@ On MS-DOS, the name of this file should be @file{_dir-locals.el}, due | |||
| 1329 | to limitations of the DOS filesystems. If the filesystem is limited | 1329 | to limitations of the DOS filesystems. If the filesystem is limited |
| 1330 | to 8+3 file names, the name of the file will be truncated by the OS to | 1330 | to 8+3 file names, the name of the file will be truncated by the OS to |
| 1331 | @file{_dir-loc.el}. | 1331 | @file{_dir-loc.el}. |
| 1332 | }in a directory. Whenever Emacs visits any file in that directory or | 1332 | } in a directory. Whenever Emacs visits any file in that directory or |
| 1333 | any of its subdirectories, it will apply the directory-local variables | 1333 | any of its subdirectories, it will apply the directory-local variables |
| 1334 | specified in @file{.dir-locals.el}, as though they had been defined as | 1334 | specified in @file{.dir-locals.el}, as though they had been defined as |
| 1335 | file-local variables for that file (@pxref{File Variables}). Emacs | 1335 | file-local variables for that file (@pxref{File Variables}). Emacs |