summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2020-01-24 21:01:47 +0100
committerKyle Meyer <kyle@kyleam.com>2020-03-15 22:51:31 -0400
commit0c046aecf0a1550f1c2bbc31d6641b65ebb478aa (patch)
tree4c19f798b3e77a577c50a1386b90be750f607cbb
parent173d2d986216f5675c4f2c50c54ea5704d30439f (diff)
downloadorg-mode-0c046aecf0a1550f1c2bbc31d6641b65ebb478aa.tar.gz
Backport commit 0c6c8aa00 from Emacs
See discussion at https://lists.gnu.org/archive/html/emacs-devel/2020-01/msg00749.html . * lisp/org-element.el (org-element--cache-sync-requests): * lisp/org.el (org-sparse-tree): Remove redundant backslashes. Remove (or double) redundant backslashes in string literals 0c6c8aa002d321db61afdd14c70744f7bc27f268 Mattias EngdegÄrd Fri Jan 24 23:04:34 2020 +0100
-rw-r--r--lisp/org-element.el2
-rw-r--r--lisp/org.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-element.el b/lisp/org-element.el
index 798c540..1e620d1 100644
--- a/lisp/org-element.el
+++ b/lisp/org-element.el
@@ -4891,7 +4891,7 @@ with `org-element--cache-compare'. This cache is used in
A request is a vector with the following pattern:
- \[NEXT BEG END OFFSET PARENT PHASE]
+ [NEXT BEG END OFFSET PARENT PHASE]
Processing a synchronization request consists of three phases:
diff --git a/lisp/org.el b/lisp/org.el
index 5681fd0..185ad2d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10732,8 +10732,8 @@ D Show deadlines and scheduled items between a date range."
(setq type (or type org-sparse-tree-default-date-type))
(setq org-ts-type type)
(message "Sparse tree: [r]egexp [t]odo [T]odo-kwd [m]atch [p]roperty
- \[d]eadlines [b]efore-date [a]fter-date [D]ates range
- \[c]ycle through date types: %s"
+ [d]eadlines [b]efore-date [a]fter-date [D]ates range
+ [c]ycle through date types: %s"
(cl-case type
(all "all timestamps")
(scheduled "only scheduled")