diff options
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 72c05fe5e96..6a2ff630698 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -741,7 +741,7 @@ by \"Save Options\" in Custom buffers.") ;; For the radio buttons below we check whether the respective dividers ;; are displayed on the selected frame. This is not fully congruent -;; with `window-divder-mode' but makes the menu entries work also when +;; with `window-divider-mode' but makes the menu entries work also when ;; dividers are displayed by manipulating frame parameters directly. (defvar menu-bar-showhide-window-divider-menu (let ((menu (make-sparse-keymap "Window Divider"))) |