aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2017-07-06 00:23:30 -0700
committerPaul Eggert2017-07-06 00:24:56 -0700
commit20e9a00fb5d12ad408f9dd15adcfcd205783c1b0 (patch)
tree3d464df7b404345185989cbf6d0380a039c1ce0b /test
parent7a0170de20fe1225d3eeac099d1e61a0c0410bf3 (diff)
downloademacs-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.texi2
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
240or the corresponding file already exists, or if the compressed data 240or the corresponding file already exists, or if the compressed data
241is read from or written to a terminal. If the input data is not in 241is read from or written to a terminal. If the input data is not in
242a format recognized by @code{gzip}, and if the option --stdout is also 242a format recognized by @code{gzip}, and if the option --stdout is also
243given, copy the input data without change to the standard ouput: let 243given, 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
245when not running in the background, @code{gzip} prompts to verify 245when not running in the background, @code{gzip} prompts to verify
246whether an existing file should be overwritten. 246whether an existing file should be overwritten.