diff options
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index ba0758b6781..260503134c1 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1059,7 +1059,7 @@ suggest to customized that face, if it's customizable." (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, |