diff options
| -rw-r--r-- | lisp/org/org-macs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-macs.el b/lisp/org/org-macs.el index 1dda7d779fe..e9d0edb41c8 100644 --- a/lisp/org/org-macs.el +++ b/lisp/org/org-macs.el | |||
| @@ -179,7 +179,7 @@ we turn off invisibility temporarily. Use this in a `let' form." | |||
| 179 | (put 'org-let2 'lisp-indent-function 2) | 179 | (put 'org-let2 'lisp-indent-function 2) |
| 180 | 180 | ||
| 181 | (defsubst org-call-with-arg (command arg) | 181 | (defsubst org-call-with-arg (command arg) |
| 182 | "Call COMMAND interactively, but pretend prefix are was ARG." | 182 | "Call COMMAND interactively, but pretend prefix arg was ARG." |
| 183 | (let ((current-prefix-arg arg)) (call-interactively command))) | 183 | (let ((current-prefix-arg arg)) (call-interactively command))) |
| 184 | 184 | ||
| 185 | (defsubst org-current-line (&optional pos) | 185 | (defsubst org-current-line (&optional pos) |
| @@ -194,7 +194,7 @@ we turn off invisibility temporarily. Use this in a `let' form." | |||
| 194 | (>= (match-end n) pos))) | 194 | (>= (match-end n) pos))) |
| 195 | 195 | ||
| 196 | (defun org-autoload (file functions) | 196 | (defun org-autoload (file functions) |
| 197 | "Establish autoload for all FUNCTIONS in FILE, if not boutd already." | 197 | "Establish autoload for all FUNCTIONS in FILE, if not bound already." |
| 198 | (let ((d (format "Documentation will be available after `%s.el' is loaded." | 198 | (let ((d (format "Documentation will be available after `%s.el' is loaded." |
| 199 | file)) | 199 | file)) |
| 200 | f) | 200 | f) |