APPROVE COMMIT 21.5
diff -r fdc76fec36d3 lisp/ChangeLog
--- a/lisp/ChangeLog Sun Mar 01 11:11:46 2009 +0000
+++ b/lisp/ChangeLog Sun Mar 08 23:32:13 2009 +0900
@@ -0,0 +1,5 @@
+2009-03-08 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * cus-edit.el (custom-face-prompt): Fix typo and improve
+ readability in comment.
+
diff -r fdc76fec36d3 lisp/cus-edit.el
--- a/lisp/cus-edit.el Sun Mar 01 11:11:46 2009 +0000
+++ b/lisp/cus-edit.el Sun Mar 08 23:32:13 2009 +0900
@@ -873,9 +873,9 @@
(defun custom-face-prompt ()
;; Interactive call for `customize-face' and `customize-face-other-window'.
- ;; See their docstrings for more information. Note that this call returns a
- ;; list of only one element. This is because the callers'second arg AT-POINT
- ;; is only used in interactive calls.
+ ;; See their docstrings for more information. Note that this call returns
+ ;; a list of only one element. This is because the callers' second arg
+ ;; AT-POINT is only used in interactive calls.
(let ((faces (get-char-property (point) 'face)))
(if (or (null faces) (not current-prefix-arg))
;; The default behavior, which is to prompt for all faces, is also
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches