changeset: 4628:877ad4697eea740a3b0ac3c4abedc4a5066dc45d
tag: tip
user: Stephen J. Turnbull <stephen(a)xemacs.org>
date: Sun Mar 08 23:40:45 2009 +0900
files: lisp/ChangeLog lisp/cus-edit.el
description:
Fix typo in comment in cus-edit.el. <87vdqk5bqf.fsf(a)xemacs.org>
diff -r fdc76fec36d3ce3b9023a37d4d720db2cf24a1b3 -r
877ad4697eea740a3b0ac3c4abedc4a5066dc45d lisp/ChangeLog
--- a/lisp/ChangeLog Sun Mar 01 11:11:46 2009 +0000
+++ b/lisp/ChangeLog Sun Mar 08 23:40:45 2009 +0900
@@ -1,3 +1,8 @@ 2009-03-01 Aidan Kehoe <kehoea@parhasa
+2009-03-08 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * cus-edit.el (custom-face-prompt): Fix typo and improve
+ readability in comment.
+
2009-03-01 Aidan Kehoe <kehoea(a)parhasard.net>
* x-compose.el:
diff -r fdc76fec36d3ce3b9023a37d4d720db2cf24a1b3 -r
877ad4697eea740a3b0ac3c4abedc4a5066dc45d 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:40:45 2009 +0900
@@ -873,9 +873,9 @@ Show the buffer in another window, but d
(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