diff options
| author | Paul Eggert | 2017-07-06 00:23:30 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-07-06 00:24:56 -0700 |
| commit | 20e9a00fb5d12ad408f9dd15adcfcd205783c1b0 (patch) | |
| tree | 3d464df7b404345185989cbf6d0380a039c1ce0b /test | |
| parent | 7a0170de20fe1225d3eeac099d1e61a0c0410bf3 (diff) | |
| download | emacs-20e9a00fb5d12ad408f9dd15adcfcd205783c1b0.tar.gz emacs-20e9a00fb5d12ad408f9dd15adcfcd205783c1b0.zip | |
Spelling fixes
* lisp/org/org-table.el (org-table-sort-lines):
Fix misspelling in prompt.
* lisp/org/ox-ascii.el (org-ascii--describe-datum):
Fix misspelling in call to org-element-lineage.
Diffstat (limited to 'test')
| -rw-r--r-- | test/manual/etags/tex-src/gzip.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/etags/tex-src/gzip.texi b/test/manual/etags/tex-src/gzip.texi index 07be37187d7..ea5f7f5879e 100644 --- a/test/manual/etags/tex-src/gzip.texi +++ b/test/manual/etags/tex-src/gzip.texi | |||
| @@ -240,7 +240,7 @@ Force compression or decompression even if the file has multiple links | |||
| 240 | or the corresponding file already exists, or if the compressed data | 240 | or the corresponding file already exists, or if the compressed data |
| 241 | is read from or written to a terminal. If the input data is not in | 241 | is read from or written to a terminal. If the input data is not in |
| 242 | a format recognized by @code{gzip}, and if the option --stdout is also | 242 | a format recognized by @code{gzip}, and if the option --stdout is also |
| 243 | given, copy the input data without change to the standard ouput: let | 243 | given, copy the input data without change to the standard output: let |
| 244 | @code{zcat} behave as @code{cat}. If @samp{-f} is not given, and | 244 | @code{zcat} behave as @code{cat}. If @samp{-f} is not given, and |
| 245 | when not running in the background, @code{gzip} prompts to verify | 245 | when not running in the background, @code{gzip} prompts to verify |
| 246 | whether an existing file should be overwritten. | 246 | whether an existing file should be overwritten. |