emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 88ac4758a7 14/34: Backport commit c0400151f from Em


From: ELPA Syncer
Subject: [elpa] externals/org 88ac4758a7 14/34: Backport commit c0400151f from Emacs
Date: Wed, 29 May 2024 00:58:47 -0400 (EDT)

branch: externals/org
commit 88ac4758a77892329630f17228923ef4dd97b30f
Author: Po Lu <luangruo@yahoo.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    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
---
 lisp/org.el | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 99577626fa..7d5f326085 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1021,7 +1021,7 @@ time."
 This is useful since some lines containing links can be very long and
 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
 variable `truncate-lines' and as a shortcut instead of putting
 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.
 
                  Likely, you will need more entries: without page
-                 number; with search pattern; with cross-reference
-                 anchor; some combination of options.  Consider simple
-                 pattern here and a Lisp function to determine command
-                 line arguments instead.  Passing argument list to
-                 `call-process' or `make-process' directly allows to
-                 avoid treating some character in peculiar file names
-                 as shell specialls causing executing part of file
-                 name as a subcommand.
+                 number; with search pattern; with
+                 cross-reference anchor; some combination of
+                 options.  Consider simple pattern here and a
+                 Lisp function to determine command line
+                 arguments instead.  Passing an argument list to
+                 `call-process' or `make-process' directly avoids
+                 treating some character in peculiar file names
+                 as shell specials that prompt parts of said file
+                 names to be executed as subcommands.
 
  `directory'   Matches a directory
  `remote'      Matches a remote file, accessible through tramp.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]