diff options
author | Kim F. Storm <storm@cua.dk> | 2005-02-09 15:50:47 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-02-09 15:50:47 +0000 |
commit | 04828988e818d3ce89b48ab98b96a26de66ba532 (patch) | |
tree | 0a2a2f0bd4fa411c083ca84d232c5973f79fb1d6 /lisp/ldefs-boot.el | |
parent | 1e0ffa076254126fa3a6edd422c32161a19484de (diff) | |
download | emacs-04828988e818d3ce89b48ab98b96a26de66ba532.tar.gz |
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/ldefs-boot.el')
-rw-r--r-- | lisp/ldefs-boot.el | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index f7cd4e41d74..5223193a2e4 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -3054,7 +3054,7 @@ The frame setup of the calendar. The choices are: `one-frame' (calendar and diary together in one separate, dedicated frame); `two-frames' (calendar and diary in separate, dedicated frames); `calendar-only' (calendar in a separate, dedicated frame); with -any other value the current frame is used. Using any of the first +any other value the current frame is used. Using any of the first three options overrides the value of `view-diary-entries-initially'.") (custom-autoload (quote calendar-setup) "calendar") @@ -10526,7 +10526,7 @@ next enabled. Depends upon the caller to determine whether group deletion is sup ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (16775 26712)) ;;; Generated autoloads from gnus/gnus-delay.el -(defgroup gnus-delay nil "Arrange for sending postings later." :version "21.4" :group (quote gnus)) +(defgroup gnus-delay nil "Arrange for sending postings later." :version "22.1" :group (quote gnus)) (autoload (quote gnus-delay-article) "gnus-delay" "\ Delay this article by some time. @@ -12935,7 +12935,7 @@ The main features of this mode are \\i IF statement template \\elif IF-ELSE statement template \\b BEGIN - + For a full list, use \\[idlwave-list-abbrevs]. Some templates also have direct keybindings - see the list of keybindings below. @@ -13620,7 +13620,7 @@ for more information. ;;; Generated autoloads from language/ind-util.el (autoload (quote indian-compose-region) "ind-util" "\ -Compose the region according to `composition-function-table'. +Compose the region according to `composition-function-table'. \(fn FROM TO)" t nil) @@ -16361,7 +16361,7 @@ Not documented (autoload (quote malayalam-composition-function) "mlm-util" "\ Compose Malayalam characters in REGION, or STRING if specified. -Assume that the REGION or STRING must fully match the composable +Assume that the REGION or STRING must fully match the composable PATTERN regexp. \(fn FROM TO PATTERN &optional STRING)" nil nil) @@ -16800,7 +16800,7 @@ TYPE should be `list' or `vector'. \(fn STRING TYPE)" nil nil) -(make-obsolete (quote string-to-sequence) "use `string-to-list' or `string-to-vector'." "21.4") +(make-obsolete (quote string-to-sequence) "use `string-to-list' or `string-to-vector'." "22.1") (defsubst string-to-list (string) "\ Return a list of characters in STRING." (append string nil)) @@ -17521,7 +17521,7 @@ The Custom feature is intended to make this obsolete. ;;; Generated autoloads from textmodes/org.el (autoload (quote org-mode) "org" "\ -Outline-based notes management and organizer, alias +Outline-based notes management and organizer, alias \"Carstens outline-mode for keeping track of everything.\" Org-mode develops organizational tasks around a NOTES file which @@ -25188,7 +25188,7 @@ Not documented (autoload (quote tamil-composition-function) "tml-util" "\ Compose Tamil characters in REGION, or STRING if specified. -Assume that the REGION or STRING must fully match the composable +Assume that the REGION or STRING must fully match the composable PATTERN regexp. \(fn FROM TO PATTERN &optional STRING)" nil nil) |