From: Glenn Morris Date: Sat, 27 Jan 2007 23:17:19 +0000 (+0000) Subject: (dired-listing-switches): Fix doc typo. X-Git-Tag: emacs-pretest-22.0.94~588 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6d231bb5dd34180b712e0abdccd5a15e07f3ea7;p=emacs.git (dired-listing-switches): Fix doc typo. --- diff --git a/lisp/dired.el b/lisp/dired.el index 508c5510c9c..7734a9bd69f 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -56,7 +56,7 @@ may contain even `F', `b', `i' and `s'. See also the variable `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)