diff options
| author | Karl Heuer | 1996-01-04 23:32:11 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-04 23:32:11 +0000 |
| commit | 34ff2275e4e21bccad0baa1e68a528110adf9cb8 (patch) | |
| tree | cc7d64c6f3a4af08bbcdfa48d5f45eadee433e4f | |
| parent | 44fb78c0928802c580e66f43aaeab72d1bc44bb9 (diff) | |
| download | emacs-34ff2275e4e21bccad0baa1e68a528110adf9cb8.tar.gz emacs-34ff2275e4e21bccad0baa1e68a528110adf9cb8.zip | |
(dired-mark-sexp): Doc fix.
| -rw-r--r-- | lisp/dired-x.el | 6 |
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." | |||
| 890 | ;;; string. COMMAND may be a list of commands. | 890 | ;;; string. COMMAND may be a list of commands. |
| 891 | ;;; | 891 | ;;; |
| 892 | ;;; * Return this command to `dired-guess-shell-command' which prompts user | 892 | ;;; * Return this command to `dired-guess-shell-command' which prompts user |
| 893 | ;;; with it. The list of commands are temporaily put into the history list. | 893 | ;;; with it. The list of commands is temporarily put into the history list. |
| 894 | ;;; If a command is used successfully then it is stored permanently in | 894 | ;;; If a command is used successfully then it is stored permanently in |
| 895 | ;;; `dired-shell-command-history'. | 895 | ;;; `dired-shell-command-history'. |
| 896 | 896 | ||
| @@ -1144,7 +1144,7 @@ results in | |||
| 1144 | ;; `/', so NEXT is *one plus* the result of the | 1144 | ;; `/', so NEXT is *one plus* the result of the |
| 1145 | ;; string-match. | 1145 | ;; string-match. |
| 1146 | ;; E.g., consider the case of linking "/tmp/a/abc" | 1146 | ;; E.g., consider the case of linking "/tmp/a/abc" |
| 1147 | ;; to "/tmp/abc" erronously giving "/tmp/a" instead | 1147 | ;; to "/tmp/abc" erroneously giving "/tmp/a" instead |
| 1148 | ;; of "/tmp/" as common initial component | 1148 | ;; of "/tmp/" as common initial component |
| 1149 | (string-equal (substring file1 0 next) | 1149 | (string-equal (substring file1 0 next) |
| 1150 | (substring file2 0 next))) | 1150 | (substring file2 0 next))) |
| @@ -1414,7 +1414,7 @@ PREDICATE is a lisp expression that can refer to the following symbols: | |||
| 1414 | 1414 | ||
| 1415 | inode [integer] the inode of the file (only for ls -i output) | 1415 | inode [integer] the inode of the file (only for ls -i output) |
| 1416 | s [integer] the size of the file for ls -s output | 1416 | s [integer] the size of the file for ls -s output |
| 1417 | (ususally in blocks or, with -k, in KByte) | 1417 | (usually in blocks or, with -k, in KByte) |
| 1418 | mode [string] file permission bits, e.g. \"-rw-r--r--\" | 1418 | mode [string] file permission bits, e.g. \"-rw-r--r--\" |
| 1419 | nlink [integer] number of links to file | 1419 | nlink [integer] number of links to file |
| 1420 | uid [string] owner | 1420 | uid [string] owner |