From 701f49d2a798728f224f332fa7266014765a6203 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 27 Apr 2002 03:14:21 +0000 Subject: [PATCH] Fix previous change. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2