aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-11-17 02:24:16 +0000
committerJuanma Barranquero2008-11-17 02:24:16 +0000
commit062552e7309fe1932a2dd53046ddd831387615cd (patch)
tree640b603b5b42df6a6bd37db8f0951515bb997593
parent5626c14e8d23a69a372a8f2af36eb9328008fdf3 (diff)
downloademacs-062552e7309fe1932a2dd53046ddd831387615cd.tar.gz
emacs-062552e7309fe1932a2dd53046ddd831387615cd.zip
* emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
* org/org.el (org-time-string-to-absolute, org-small-year-to-year) (org-tags-sparse-tree): Fix typos in docstrings.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/emulation/viper-cmd.el2
-rw-r--r--lisp/org/ChangeLog5
-rw-r--r--lisp/org/org.el8
4 files changed, 12 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fb36bfc9348..7224e4c0b56 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-11-17 Juanma Barranquero <lekktu@gmail.com> 12008-11-17 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4
3 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo) 5 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command) 6 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
5 (exchange-point-and-mark, set-goal-column, kill-line, backward-word) 7 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index 2e9449c513f..a6e7339e9fc 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -935,7 +935,7 @@ Similar to viper-escape-to-emacs, but accepts forms rather than keystrokes."
935;; bindings. By letting Viper know which files these modes are in, it will 935;; bindings. By letting Viper know which files these modes are in, it will
936;; arrange to reorganize minor-mode-map-alist so that things will work right. 936;; arrange to reorganize minor-mode-map-alist so that things will work right.
937(defun viper-harness-minor-mode (load-file) 937(defun viper-harness-minor-mode (load-file)
938 "Familiarize Viper with a minor mode defined in LOAD_FILE. 938 "Familiarize Viper with a minor mode defined in LOAD-FILE.
939Minor modes that have their own keymaps may overshadow Viper keymaps. 939Minor modes that have their own keymaps may overshadow Viper keymaps.
940This function is designed to make Viper aware of the packages that define 940This function is designed to make Viper aware of the packages that define
941such minor modes. 941such minor modes.
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index ff7c0e50d2d..b5480b7eb7d 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,8 @@
12008-11-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * org.el (org-time-string-to-absolute, org-small-year-to-year)
4 (org-tags-sparse-tree): Fix typos in docstrings.
5
12008-11-15 Carsten Dominik <dominik@science.uva.nl> 62008-11-15 Carsten Dominik <dominik@science.uva.nl>
2 7
3 * org-publish.el (org-publish-attachment): Allow copy-file to 8 * org-publish.el (org-publish-attachment): Allow copy-file to
diff --git a/lisp/org/org.el b/lisp/org/org.el
index cc585b008bf..9b4e662787a 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -8991,10 +8991,10 @@ only lines with a TODO keyword are included in the output."
8991(defvar todo-only) ;; dynamically scoped 8991(defvar todo-only) ;; dynamically scoped
8992 8992
8993(defun org-tags-sparse-tree (&optional todo-only match) 8993(defun org-tags-sparse-tree (&optional todo-only match)
8994 "Create a sparse tree according to tags string MATCH. 8994 "Create a sparse tree according to tags string MATCH.
8995MATCH can contain positive and negative selection of tags, like 8995MATCH can contain positive and negative selection of tags, like
8996\"+WORK+URGENT-WITHBOSS\". 8996\"+WORK+URGENT-WITHBOSS\".
8997If optional argument TODO_ONLY is non-nil, only select lines that are 8997If optional argument TODO-ONLY is non-nil, only select lines that are
8998also TODO lines." 8998also TODO lines."
8999 (interactive "P") 8999 (interactive "P")
9000 (org-prepare-agenda-buffers (list (current-buffer))) 9000 (org-prepare-agenda-buffers (list (current-buffer)))
@@ -11129,7 +11129,7 @@ days in order to avoid rounding problems."
11129 "Convert a time stamp to an absolute day number. 11129 "Convert a time stamp to an absolute day number.
11130If there is a specifyer for a cyclic time stamp, get the closest date to 11130If there is a specifyer for a cyclic time stamp, get the closest date to
11131DAYNR. 11131DAYNR.
11132PREFER and SHOW_ALL are passed through to `org-closest-date'." 11132PREFER and SHOW-ALL are passed through to `org-closest-date'."
11133 (cond 11133 (cond
11134 ((and daynr (string-match "\\`%%\\((.*)\\)" s)) 11134 ((and daynr (string-match "\\`%%\\((.*)\\)" s))
11135 (if (org-diary-sexp-entry (match-string 1 s) "" date) 11135 (if (org-diary-sexp-entry (match-string 1 s) "" date)
@@ -11150,7 +11150,7 @@ PREFER and SHOW_ALL are passed through to `org-closest-date'."
11150 "Convert 2-digit years into 4-digit years. 11150 "Convert 2-digit years into 4-digit years.
1115138-99 are mapped into 1938-1999. 1-37 are mapped into 2001-2007. 1115138-99 are mapped into 1938-1999. 1-37 are mapped into 2001-2007.
11152The year 2000 cannot be abbreviated. Any year lager than 99 11152The year 2000 cannot be abbreviated. Any year lager than 99
11153is retrned unchanged." 11153is returned unchanged."
11154 (if (< year 38) 11154 (if (< year 38)
11155 (setq year (+ 2000 year)) 11155 (setq year (+ 2000 year))
11156 (if (< year 100) 11156 (if (< year 100)