diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-04-27 03:14:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-04-27 03:14:21 +0000 |
commit | 701f49d2a798728f224f332fa7266014765a6203 (patch) | |
tree | 6a72ffa3fc2a76e0e9da034644169e60d8d8c744 /lisp/cus-edit.el | |
parent | e0f712ba55fa0d073f6ab93606e428f61fc7caf2 (diff) | |
download | emacs-701f49d2a798728f224f332fa7266014765a6203.tar.gz |
Fix previous change.
Diffstat (limited to 'lisp/cus-edit.el')
-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, |