Mercurial > hg > xemacs-beta
diff lisp/cus-edit.el @ 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 | 7f3d065a56a1 |
children | 684f0ed6cd4f |
line wrap: on
line diff
--- 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