Mercurial > hg > xemacs-beta
changeset 4628:877ad4697eea
Fix typo in comment in cus-edit.el. <87vdqk5bqf.fsf@xemacs.org>
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sun, 08 Mar 2009 23:40:45 +0900 |
parents | fdc76fec36d3 |
children | a1dd514df5c6 |
files | lisp/ChangeLog lisp/cus-edit.el |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stephen@xemacs.org> + + * cus-edit.el (custom-face-prompt): Fix typo and improve + readability in comment. + 2009-03-01 Aidan Kehoe <kehoea@parhasard.net> * x-compose.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