Show
Ignore:
Timestamp:
2005年10月02日 07時23分38秒 (3 years ago)
Author:
miyoshi
Message:

Update.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/cus-edit.el

    r3861 r3892  
    496496     (setq val (completing-read 
    497497                (if (and (symbolp v) (custom-variable-p v)) 
    498                     (format "Customize option: (default %s) " v) 
     498                    (format "Customize option (default %s): " v) 
    499499                  "Customize option: ") 
    500500                obarray 'custom-variable-p t)) 
     
    671671  :group 'custom-browse) 
    672672 
    673 (defcustom custom-buffer-sort-alphabetically t 
     673(defcustom custom-buffer-sort-alphabetically nil 
    674674  "If non-nil, sort members of each customization group alphabetically." 
    675675  :type 'boolean 
     
    968968  "Customize GROUP, which must be a customization group." 
    969969  (interactive (list (let ((completion-ignore-case t)) 
    970                        (completing-read "Customize group: (default emacs)
     970                       (completing-read "Customize group (default emacs):
    971971                                        obarray 
    972972                                        (lambda (symbol) 
     
    991991  "Customize GROUP, which must be a customization group." 
    992992  (interactive (list (let ((completion-ignore-case t)) 
    993                        (completing-read "Customize group: (default emacs)
     993                       (completing-read "Customize group (default emacs):
    994994                                        obarray 
    995995                                        (lambda (symbol)