# HG changeset patch # User Juanma Barranquero # Date 1210261464 0 # Node ID c30d898f03752b5158fa20daef99d637f6299ea4 # Parent 8634b439332054791dd1081b0771643547bf24ce (org-call-with-arg, org-autoload): Fix typos in docstrings. diff -r 8634b4393320 -r c30d898f0375 lisp/org/org-macs.el --- a/lisp/org/org-macs.el Thu May 08 15:43:49 2008 +0000 +++ b/lisp/org/org-macs.el Thu May 08 15:44:24 2008 +0000 @@ -179,7 +179,7 @@ (put 'org-let2 'lisp-indent-function 2) (defsubst org-call-with-arg (command arg) - "Call COMMAND interactively, but pretend prefix are was ARG." + "Call COMMAND interactively, but pretend prefix arg was ARG." (let ((current-prefix-arg arg)) (call-interactively command))) (defsubst org-current-line (&optional pos) @@ -194,7 +194,7 @@ (>= (match-end n) pos))) (defun org-autoload (file functions) - "Establish autoload for all FUNCTIONS in FILE, if not boutd already." + "Establish autoload for all FUNCTIONS in FILE, if not bound already." (let ((d (format "Documentation will be available after `%s.el' is loaded." file)) f)