summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:32:11 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:32:11 +0000
commit6c6c2c10b370854efb3e0d9e1167c10ceb1ba563 (patch)
tree0a5576b8a744ea3eb32dd2e8fcd91af9bb079e26 /lisp/dired-x.el
parent13b364796957368da56e5476a153622151904e1d (diff)
downloademacs-6c6c2c10b370854efb3e0d9e1167c10ceb1ba563.tar.gz
(dired-mark-sexp): Doc fix.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r--lisp/dired-x.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index a8ea642eeea..f1af0aaa567 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -890,7 +890,7 @@ dired."
;;; string. COMMAND may be a list of commands.
;;;
;;; * Return this command to `dired-guess-shell-command' which prompts user
-;;; with it. The list of commands are temporaily put into the history list.
+;;; with it. The list of commands is temporarily put into the history list.
;;; If a command is used successfully then it is stored permanently in
;;; `dired-shell-command-history'.
@@ -1144,7 +1144,7 @@ results in
;; `/', so NEXT is *one plus* the result of the
;; string-match.
;; E.g., consider the case of linking "/tmp/a/abc"
- ;; to "/tmp/abc" erronously giving "/tmp/a" instead
+ ;; to "/tmp/abc" erroneously giving "/tmp/a" instead
;; of "/tmp/" as common initial component
(string-equal (substring file1 0 next)
(substring file2 0 next)))
@@ -1414,7 +1414,7 @@ PREDICATE is a lisp expression that can refer to the following symbols:
inode [integer] the inode of the file (only for ls -i output)
s [integer] the size of the file for ls -s output
- (ususally in blocks or, with -k, in KByte)
+ (usually in blocks or, with -k, in KByte)
mode [string] file permission bits, e.g. \"-rw-r--r--\"
nlink [integer] number of links to file
uid [string] owner