From dfe21867249b5c471732497998f1234ff5015927 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 26 Jun 2009 07:04:22 +0200 Subject: [PATCH] Fix typos --- lisp/ChangeLog | 2 +- lisp/org-agenda.el | 3 ++- lisp/org-table.el | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e0f7fe36..cd2421567 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1601,7 +1601,7 @@ * org-list.el (org-toggle-checkbox): Make double prefix set the checkbox to "[-]". - (org-fix-bullet-type): Only replace bullet it it is changed. + (org-fix-bullet-type): Only replace bullet if it is changed. (org-renumber-ordered-list): Handle case when first item does not have a number. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 33587694c..06572f45d 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -5163,7 +5163,8 @@ With a double `C-u' prefix arg, show *only* log items, nothing else." (if org-agenda-show-log "on" "off"))) (defun org-agenda-archives-mode (&optional with-files) - "Toggle log mode in an agenda buffer." + "Toggle inclusion of items in trees marked with :ARCHIVE:. +When called with a prefix argument, include all archive files as well." (interactive "P") (setq org-agenda-archives-mode (if with-files t (if org-agenda-archives-mode nil 'trees))) diff --git a/lisp/org-table.el b/lisp/org-table.el index fab309e9e..a3447a77e 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -3548,7 +3548,7 @@ to execute outside of tables." (defun orgtbl-ctrl-c-ctrl-c (arg) "If the cursor is inside a table, realign the table. -It it is a table to be sent away to a receiver, do it. +If it is a table to be sent away to a receiver, do it. With prefix arg, also recompute table." (interactive "P") (let ((pos (point)) action)