0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-20 05:26:30 +00:00

Backport commit c0400151f from Emacs

* lisp/org.el (org-startup-truncated, org-file-apps):
The construct ``allows to <infinitive>'' is not English inasmuch as no
direct object to ``allows'' is provided.  Correct and rephrase each
instance of such a construct within our documentation and commentary.

Correct many instances of ``allows to''
c0400151f8880862d460f0e47be287237a6182ad
Po Lu
Sun Sep 10 09:33:50 2023 +0800
This commit is contained in:
Po Lu 2023-09-10 09:33:50 +08:00 committed by Kyle Meyer
parent 0e345ecda8
commit 88ac4758a7

View file

@ -1021,7 +1021,7 @@ time."
This is useful since some lines containing links can be very long and This is useful since some lines containing links can be very long and
uninteresting. Also tables look terrible when wrapped. uninteresting. Also tables look terrible when wrapped.
The variable `org-startup-truncated' allows to configure The variable `org-startup-truncated' enables you to configure
truncation for Org mode different to the other modes that use the truncation for Org mode different to the other modes that use the
variable `truncate-lines' and as a shortcut instead of putting variable `truncate-lines' and as a shortcut instead of putting
the variable `truncate-lines' into the `org-mode-hook'. If one the variable `truncate-lines' into the `org-mode-hook'. If one
@ -1321,14 +1321,15 @@ Possible values for the file identifier are:
to open [[file:document.pdf::5]] with evince at page 5. to open [[file:document.pdf::5]] with evince at page 5.
Likely, you will need more entries: without page Likely, you will need more entries: without page
number; with search pattern; with cross-reference number; with search pattern; with
anchor; some combination of options. Consider simple cross-reference anchor; some combination of
pattern here and a Lisp function to determine command options. Consider simple pattern here and a
line arguments instead. Passing argument list to Lisp function to determine command line
`call-process' or `make-process' directly allows to arguments instead. Passing an argument list to
avoid treating some character in peculiar file names `call-process' or `make-process' directly avoids
as shell specialls causing executing part of file treating some character in peculiar file names
name as a subcommand. as shell specials that prompt parts of said file
names to be executed as subcommands.
`directory' Matches a directory `directory' Matches a directory
`remote' Matches a remote file, accessible through tramp. `remote' Matches a remote file, accessible through tramp.