diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-07-05 23:16:19 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-07-05 23:17:48 -0700 |
commit | 8c81ac97fdd0d1dff7256dace45bdd48324a0963 (patch) | |
tree | 606614100aadda2538ca7403f8b1558299a08434 /lisp/menu-bar.el | |
parent | f3400f4ca62ff03071c943bd31ff622eac90332c (diff) | |
download | emacs-8c81ac97fdd0d1dff7256dace45bdd48324a0963.tar.gz |
; Spelling fixes
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"))) |