emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ldefs-boot.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ldefs-boot.el
Date: Wed, 09 Feb 2005 10:52:14 -0500

Index: emacs/lisp/ldefs-boot.el
diff -c emacs/lisp/ldefs-boot.el:1.6 emacs/lisp/ldefs-boot.el:1.7
*** emacs/lisp/ldefs-boot.el:1.6        Mon Dec  6 13:29:07 2004
--- emacs/lisp/ldefs-boot.el    Wed Feb  9 15:50:41 2005
***************
*** 3054,3060 ****
  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 
  three options overrides the value of `view-diary-entries-initially'.")
  
  (custom-autoload (quote calendar-setup) "calendar")
--- 3054,3060 ----
  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
  three options overrides the value of `view-diary-entries-initially'.")
  
  (custom-autoload (quote calendar-setup) "calendar")
***************
*** 10526,10532 ****
  ;;;;;;  "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))
  
  (autoload (quote gnus-delay-article) "gnus-delay" "\
  Delay this article by some time.
--- 10526,10532 ----
  ;;;;;;  "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 
"22.1" :group (quote gnus))
  
  (autoload (quote gnus-delay-article) "gnus-delay" "\
  Delay this article by some time.
***************
*** 12935,12941 ****
     \\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.
  
--- 12935,12941 ----
     \\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,13626 ****
  ;;; Generated autoloads from language/ind-util.el
  
  (autoload (quote indian-compose-region) "ind-util" "\
! Compose the region according to `composition-function-table'. 
  
  \(fn FROM TO)" t nil)
  
--- 13620,13626 ----
  ;;; Generated autoloads from language/ind-util.el
  
  (autoload (quote indian-compose-region) "ind-util" "\
! Compose the region according to `composition-function-table'.
  
  \(fn FROM TO)" t nil)
  
***************
*** 16361,16367 ****
  
  (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 
  PATTERN regexp.
  
  \(fn FROM TO PATTERN &optional STRING)" nil nil)
--- 16361,16367 ----
  
  (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
  PATTERN regexp.
  
  \(fn FROM TO PATTERN &optional STRING)" nil nil)
***************
*** 16800,16806 ****
  
  \(fn STRING TYPE)" nil nil)
  
! (make-obsolete (quote string-to-sequence) "use `string-to-list' or 
`string-to-vector'." "21.4")
  
  (defsubst string-to-list (string) "\
  Return a list of characters in STRING." (append string nil))
--- 16800,16806 ----
  
  \(fn STRING TYPE)" nil nil)
  
! (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,17527 ****
  ;;; Generated autoloads from textmodes/org.el
  
  (autoload (quote org-mode) "org" "\
! 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
--- 17521,17527 ----
  ;;; Generated autoloads from textmodes/org.el
  
  (autoload (quote org-mode) "org" "\
! 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,25194 ****
  
  (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 
  PATTERN regexp.
  
  \(fn FROM TO PATTERN &optional STRING)" nil nil)
--- 25188,25194 ----
  
  (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
  PATTERN regexp.
  
  \(fn FROM TO PATTERN &optional STRING)" nil nil)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]