aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorPaul Eggert2019-12-10 20:04:36 -0800
committerPaul Eggert2019-12-10 20:05:49 -0800
commitb0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch)
tree067bcb8fa529b4afee6d189f409faf16bd437810 /lisp/org
parent0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff)
downloademacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz
emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip
; Spelling fixes
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/org-attach.el4
-rw-r--r--lisp/org/org.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org/org-attach.el b/lisp/org/org-attach.el
index bc49be7fe74..d3e1c78b7da 100644
--- a/lisp/org/org-attach.el
+++ b/lisp/org/org-attach.el
@@ -187,7 +187,7 @@ attachment folders based on ID."
187 "Hook that is invoked by `org-attach-open'. 187 "Hook that is invoked by `org-attach-open'.
188 188
189Created mostly to be compatible with org-attach-git after removing 189Created mostly to be compatible with org-attach-git after removing
190git-funtionality from this file.") 190git-functionality from this file.")
191 191
192(defcustom org-attach-commands 192(defcustom org-attach-commands
193 '(((?a ?\C-a) org-attach-attach 193 '(((?a ?\C-a) org-attach-attach
@@ -231,7 +231,7 @@ directory in dired and delete from there.\n")
231Each entry in this list is a list of three elements: 231Each entry in this list is a list of three elements:
232- A list of keys (characters) to select the command (the fist 232- A list of keys (characters) to select the command (the fist
233 character in the list is shown in the attachment dispatcher's 233 character in the list is shown in the attachment dispatcher's
234 splash buffer and minubuffer prompt). 234 splash buffer and minibuffer prompt).
235- A command that is called interactively when one of these keys 235- A command that is called interactively when one of these keys
236 is pressed. 236 is pressed.
237- A docstring for this command in the attachment dispatcher's 237- A docstring for this command in the attachment dispatcher's
diff --git a/lisp/org/org.el b/lisp/org/org.el
index 11bc3641022..c289d5425ec 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -9854,9 +9854,9 @@ Elements of length one have a tab appended. Elements of length
9854two are kept as is. Longer elements are truncated to length two. 9854two are kept as is. Longer elements are truncated to length two.
9855 9855
9856If an element cannot be made unique, an error is raised." 9856If an element cannot be made unique, an error is raised."
9857 (let ((orderd-keys (cl-sort (copy-sequence keys) #'< :key #'length)) 9857 (let ((ordered-keys (cl-sort (copy-sequence keys) #'< :key #'length))
9858 menu-keys) 9858 menu-keys)
9859 (dolist (key orderd-keys) 9859 (dolist (key ordered-keys)
9860 (let ((potential-key 9860 (let ((potential-key
9861 (cl-case (length key) 9861 (cl-case (length key)
9862 (1 (concat key "\t")) 9862 (1 (concat key "\t"))