diff options
| author | Eli Zaretskii | 2019-11-06 19:22:11 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-11-06 19:22:11 +0200 |
| commit | e72a48ee8b412e0149a9659f49111f84dd8aa2dc (patch) | |
| tree | f0946b71df61be9b0a2120feb389ad7c00b93491 | |
| parent | 9ce67baa9a3733ae93885b6242130497b13c8703 (diff) | |
| download | emacs-e72a48ee8b412e0149a9659f49111f84dd8aa2dc.tar.gz emacs-e72a48ee8b412e0149a9659f49111f84dd8aa2dc.zip | |
Minor fix in the Emacs manual
* doc/emacs/msdos.texi (ls in Lisp): Fix the description of
'ls-lisp-verbosity'. (Bug#38077)
| -rw-r--r-- | doc/emacs/msdos.texi | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi index 55093a080a4..95b3d132ca5 100644 --- a/doc/emacs/msdos.texi +++ b/doc/emacs/msdos.texi | |||
| @@ -389,15 +389,16 @@ non-@code{nil} value. | |||
| 389 | 389 | ||
| 390 | @vindex ls-lisp-verbosity | 390 | @vindex ls-lisp-verbosity |
| 391 | The variable @code{ls-lisp-verbosity} controls the file attributes | 391 | The variable @code{ls-lisp-verbosity} controls the file attributes |
| 392 | that @file{ls-lisp.el} displays. The value should be a list that | 392 | that @file{ls-lisp.el} displays. The value should be either |
| 393 | contains one or more of the symbols @code{links}, @code{uid}, and | 393 | @code{nil} or a list that contains one or more of the symbols |
| 394 | @code{gid}. @code{links} means display the count of different file | 394 | @code{links}, @code{uid}, and @code{gid}. @code{links} means display |
| 395 | names that are associated with (a.k.a.@: @dfn{links to}) the file's | 395 | the count of different file names that are associated with (a.k.a.@: |
| 396 | data; this is only useful on NTFS volumes. @code{uid} means display | 396 | @dfn{links to}) the file's data; this is only useful on NTFS volumes. |
| 397 | the numerical identifier of the user who owns the file. @code{gid} | 397 | @code{uid} means display the numerical identifier of the user who owns |
| 398 | means display the numerical identifier of the file owner's group. The | 398 | the file. @code{gid} means display the numerical identifier of the |
| 399 | default value is @code{(links uid gid)} i.e., all the 3 optional | 399 | file owner's group. The default value is @code{(links uid gid)} i.e., |
| 400 | attributes are displayed. | 400 | all the 3 optional attributes are displayed. The value @code{nil} |
| 401 | means not to display any of these attributes. | ||
| 401 | 402 | ||
| 402 | @vindex ls-lisp-emulation | 403 | @vindex ls-lisp-emulation |
| 403 | The variable @code{ls-lisp-emulation} controls the flavor of the | 404 | The variable @code{ls-lisp-emulation} controls the flavor of the |