diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/dired.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index ad49224e0d3..8f7f8ebb220 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-01-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * dired.texi (Dired and Find): Clarify find-ls-options. | ||
| 4 | |||
| 1 | 2012-01-09 Chong Yidong <cyd@gnu.org> | 5 | 2012-01-09 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * custom.texi (Custom Themes): Switched custom-safe-themes to use | 7 | * custom.texi (Custom Themes): Switched custom-safe-themes to use |
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 34ec0d2045c..cce440f2bdb 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -1228,9 +1228,9 @@ need to know how to use @command{find}. | |||
| 1228 | 1228 | ||
| 1229 | @vindex find-ls-option | 1229 | @vindex find-ls-option |
| 1230 | The format of listing produced by these commands is controlled by | 1230 | The format of listing produced by these commands is controlled by |
| 1231 | the variable @code{find-ls-option}, whose default value specifies | 1231 | the variable @code{find-ls-option}. This is a pair of options; the |
| 1232 | using options @samp{-ld} for @command{ls}. If your listings are | 1232 | first specifying how to call @command{find} to produce the file listing, |
| 1233 | corrupted, you may need to change the value of this variable. | 1233 | and the second telling Dired to parse the output. |
| 1234 | 1234 | ||
| 1235 | @findex locate | 1235 | @findex locate |
| 1236 | @findex locate-with-filter | 1236 | @findex locate-with-filter |