# HG changeset patch # User Stephen J. Turnbull # Date 1236523245 -32400 # Node ID 877ad4697eea740a3b0ac3c4abedc4a5066dc45d # Parent fdc76fec36d3ce3b9023a37d4d720db2cf24a1b3 Fix typo in comment in cus-edit.el. <87vdqk5bqf.fsf@xemacs.org> diff -r fdc76fec36d3 -r 877ad4697eea 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-08 Stephen J. Turnbull + + * cus-edit.el (custom-face-prompt): Fix typo and improve + readability in comment. + 2009-03-01 Aidan Kehoe * x-compose.el: diff -r fdc76fec36d3 -r 877ad4697eea 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 @@ (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