summaryrefslogtreecommitdiff
path: root/lisp/org
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-26 22:41:09 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-26 23:04:23 +0200
commitdb2ed9f333879e5ac283fb48c8b06ed4022f0af9 (patch)
tree5ea199f04b4ae451e3041150de204dee5f87fa06 /lisp/org
parentc716d0cf5692ab853c0eb5dc809c765207762cdb (diff)
downloademacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.gz
; Fix several symbol name typos
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/org-agenda.el2
-rw-r--r--lisp/org/ox-ascii.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index 35f19cf03b4..e43950f13a3 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -5306,7 +5306,7 @@ of what a project is and how to check if it stuck, customize the variable
"Hook run when the fancy diary buffer is cleaned up.")
(defun org-agenda-cleanup-fancy-diary ()
- "Remove unwanted stuff in buffer created by `fancy-diary-display'.
+ "Remove unwanted stuff in buffer created by `diary-fancy-display'.
This gets rid of the date, the underline under the date, and the
dummy entry installed by Org mode to ensure non-empty diary for
each date. It also removes lines that contain only whitespace."
diff --git a/lisp/org/ox-ascii.el b/lisp/org/ox-ascii.el
index 76a1a71fabe..1452f36c11e 100644
--- a/lisp/org/ox-ascii.el
+++ b/lisp/org/ox-ascii.el
@@ -456,7 +456,7 @@ Optional argument JUSTIFY can specify any type of justification
among `left', `center', `right' or `full'. A nil value is
equivalent to `left'. For a justification that doesn't also fill
string, see `org-ascii--justify-lines' and
-`org-ascii--justify-block'.
+`org-ascii--justify-element'.
Return nil if S isn't a string."
(when (stringp s)