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

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

[elpa] externals/org 9961abf 1/3: Backport commit fc4b956c7 from Emacs


From: ELPA Syncer
Subject: [elpa] externals/org 9961abf 1/3: Backport commit fc4b956c7 from Emacs
Date: Sun, 12 Sep 2021 23:57:23 -0400 (EDT)

branch: externals/org
commit 9961abf75aecf52a2e2992480e058a956a06c0d4
Author: Stefan Kangas <stefan@marxist.se>
Commit: Kyle Meyer <kyle@kyleam.com>

    Backport commit fc4b956c7 from Emacs
    
    ; Fix symbol quoting typos
    fc4b956c7cb2fba8ed2a18865a7686c6cfa5d030
    Stefan Kangas
    Sun Sep 12 18:36:49 2021 +0200
---
 lisp/ob-sql.el     | 4 ++--
 lisp/org-compat.el | 6 +++---
 lisp/org-list.el   | 2 +-
 lisp/org.el        | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 68d5ddd..7c7be60 100644
--- a/lisp/ob-sql.el
+++ b/lisp/ob-sql.el
@@ -189,8 +189,8 @@ Otherwise, use Emacs' standard conversion function."
   "Return database connection parameter NAME.
 Given a parameter NAME, if :dbconnection is defined in PARAMS
 then look for the parameter into the corresponding connection
-defined in `sql-connection-alist`, otherwise look into PARAMS.
-Look `sql-connection-alist` (part of SQL mode) for how to define
+defined in `sql-connection-alist', otherwise look into PARAMS.
+See `sql-connection-alist' (part of SQL mode) for how to define
 database connections."
   (if (assq :dbconnection params)
       (let* ((dbconnection (cdr (assq :dbconnection params)))
diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index 383febc..7fd8776 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -179,9 +179,9 @@ This is a floating point number if the size is too large 
for an integer."
 Case is significant."
     (string< s1 s2)))
 
-;; The time- functions below translate nil to `current-time` and
-;; accept an integer as of Emacs 25.  `decode-time` and
-;; `format-time-string` accept nil on Emacs 24 but don't accept an
+;; The time- functions below translate nil to `current-time' and
+;; accept an integer as of Emacs 25.  `decode-time' and
+;; `format-time-string' accept nil on Emacs 24 but don't accept an
 ;; integer until Emacs 25.
 (if (< emacs-major-version 25)
     (let ((convert
diff --git a/lisp/org-list.el b/lisp/org-list.el
index f97164e..b26e47a 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -3355,7 +3355,7 @@ Valid parameters are:
     (when (and backend (symbolp backend) (not (org-export-get-backend 
backend)))
       (user-error "Unknown :backend value"))
     (unless backend (require 'ox-org))
-    ;; When`:raw' property has a non-nil value, turn all objects back
+    ;; When `:raw' property has a non-nil value, turn all objects back
     ;; into Org syntax.
     (when (and backend (plist-get params :raw))
       (org-element-map data org-element-all-objects
diff --git a/lisp/org.el b/lisp/org.el
index f560c65..dc56948 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -19654,7 +19654,7 @@ When BLOCK-REGEXP is non-nil, use this regexp to find 
blocks."
 ;; Org still relies on `comment-dwim', but cannot trust
 ;; `comment-only-p'.  So, `comment-region-function' and
 ;; `uncomment-region-function' both point
-;; to`org-comment-or-uncomment-region'.  Eventually,
+;; to `org-comment-or-uncomment-region'.  Eventually,
 ;; `org-insert-comment' takes care of insertion of comments at the
 ;; beginning of line.
 



reply via email to

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