Mercurial > emacs
diff lisp/cus-edit.el @ 44891:5d2dc0b4fd2f
Fix previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 27 Apr 2002 03:14:21 +0000 |
| parents | b74399186334 |
| children | 4600e8f9fcdf |
line wrap: on
line diff
--- a/lisp/cus-edit.el Fri Apr 26 23:39:06 2002 +0000 +++ b/lisp/cus-edit.el Sat Apr 27 03:14:21 2002 +0000 @@ -1059,7 +1059,7 @@ (custom-unlispify-tag-name face))))) ;;;###autoload -(defun customize-face-other-window (&optional symbol) +(defun customize-face-other-window (&optional face) "Show customization buffer for face SYMBOL in other window. Interactively, when point is on text which has a face specified,
