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

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

[elpa] externals-release/org 5fdbf159f2 2/6: Backport commit 2d71fd3b0 f


From: ELPA Syncer
Subject: [elpa] externals-release/org 5fdbf159f2 2/6: Backport commit 2d71fd3b0 from Emacs
Date: Sun, 24 Jul 2022 16:57:54 -0400 (EDT)

branch: externals-release/org
commit 5fdbf159f27243147983147caae0f2060ba6b097
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Kyle Meyer <kyle@kyleam.com>

    Backport commit 2d71fd3b0 from Emacs
    
    * lisp/ob-table.el (org-sbe): Further quoting fixes in doc strings.
    
    Further doc string quoting fixes
    2d71fd3b041506c68b5f1cd1e409e09e25778c34
    Lars Ingebrigtsen
    Fri Apr 22 17:16:42 2022 +0200
    
    [km] Org's bugfix branch is currently receiving commits from emacs-28,
         but this commit comes from Emacs's master branch.  I'm porting it
         because it has conflicts with bugfix's 01b0fb14b (Backport from
         main: Escape single left quotes in docstrings, 2022-07-24) and
         only touches docstrings.
---
 lisp/ob-table.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-table.el b/lisp/ob-table.el
index 2f092998d8..f6729e0ece 100644
--- a/lisp/ob-table.el
+++ b/lisp/ob-table.el
@@ -84,7 +84,7 @@ is the equivalent of the following source code block:
  #+end_src
 
 NOTE: The quotation marks around the function name,
-'source-block', are optional.
+`source-block', are optional.
 
 NOTE: By default, string variable names are interpreted as
 references to source-code blocks, to force interpretation of a



reply via email to

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