diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-09 13:39:22 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-09 13:41:20 -0700 |
commit | 743b95cc635b1af1490e2834ec1c418c3c1242c0 (patch) | |
tree | e1412416b47bdf358373d89c4c4358d3021c789b /doc/lispref/customize.texi | |
parent | ad7ba0fbf16edfaf6f59310ccd56088a656964d0 (diff) | |
download | emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.tar.gz emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.tar.bz2 emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.zip |
Be more consistent about "directory name" in manual
This clarifies the documentation, partly in response to the
discussion in Bug#27986.
Diffstat (limited to 'doc/lispref/customize.texi')
-rw-r--r-- | doc/lispref/customize.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 5372728466f..ed455828f6e 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -599,7 +599,7 @@ The value must be a file name for an existing file. The widget provides completion. @item directory -The value must be a directory name. The widget provides completion. +The value must be a directory. The widget provides completion. @item hook The value must be a list of functions. This customization type is |