# HG changeset patch # User Glenn Morris # Date 1169939839 0 # Node ID d289216cf933f6c7e34ee4e27ffa4aec640a4fa3 # Parent 2c5d29f90b94950283929ac943f15f5684141b02 (dired-listing-switches): Fix doc typo. diff -r 2c5d29f90b94 -r d289216cf933 lisp/dired.el --- a/lisp/dired.el Sat Jan 27 23:14:58 2007 +0000 +++ b/lisp/dired.el Sat Jan 27 23:17:19 2007 +0000 @@ -56,7 +56,7 @@ `dired-ls-F-marks-symlinks' concerning the `F' switch. On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, some of the `ls' switches are not supported; see the doc string of -`insert-directory' on `ls-lisp.el' for more details." +`insert-directory' in `ls-lisp.el' for more details." :type 'string :group 'dired)