Mercurial > hg > xemacs-beta
diff lisp/cus-edit.el @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 84b14dcb0985 |
children | abe6d1db359e |
line wrap: on
line diff
--- a/lisp/cus-edit.el Mon Aug 13 11:32:27 2007 +0200 +++ b/lisp/cus-edit.el Mon Aug 13 11:33:38 2007 +0200 @@ -399,7 +399,7 @@ (custom-unlispify-menu-entry symbol t))) (defun custom-prefix-add (symbol prefixes) - ;; Addd SYMBOL to list of ignored PREFIXES. + ;; Add SYMBOL to list of ignored PREFIXES. (cons (or (get symbol 'custom-prefix) (concat (symbol-name symbol) "-")) prefixes)) @@ -1247,7 +1247,7 @@ (defun custom-browse-insert-prefix (prefix) "Insert PREFIX. On XEmacs convert it to line graphics." - ;; ### Unfinished. + ;; #### Unfinished. (if nil ; (string-match "XEmacs" emacs-version) (progn (insert "*") @@ -1985,7 +1985,7 @@ (widget-put widget :custom-magic magic) (push magic buttons)) ;; Insert documentation. - ;; ### NOTE: this is ugly!!!! I need to do update the :buttons property + ;; #### NOTE: this is ugly!!!! I need to do update the :buttons property ;; before the call to `widget-default-format-handler'. Otherwise, I ;; loose my current `buttons'. This function shouldn't be called like ;; this anyway. The doc string widget should be added like the others. @@ -2308,19 +2308,33 @@ pm) (const :format "MSWindows " :sibling-args (:help-echo "\ -Windows NT/95/97") +Microsoft Windows, displays") mswindows) - (const :format "DOS " + (const :format "MSPrinter " :sibling-args (:help-echo "\ -Plain MS-DOS") - pc) +Microsoft Windows, printers") + msprinter) (const :format "TTY%n" :sibling-args (:help-echo "\ Plain text terminals") tty))) (group :sibling-args (:help-echo "\ +Only match display or printer devices") + (const :format "Output: " + class) + (checklist :inline t + :offset 0 + (const :format "Display " + :sibling-args (:help-echo "\ +Match display devices") + display) + (const :format "Printer%n" + :sibling-args (:help-echo "\ +Match printer devices") + printer))) + (group :sibling-args (:help-echo "\ Only match the frames with the specified color support") - (const :format "Class: " + (const :format "Color support: " class) (checklist :inline t :offset 0 @@ -3279,7 +3293,7 @@ (princ "\n '(") (prin1 symbol) (princ " ") - ;; This comment stuf is in the way #### + ;; This comment stuff is in the way #### ;; Is (eq (third spec) (car saved-value)) ???? ;; (prin1 (third spec)) (prin1 (car (get symbol 'saved-value)))